Html Css Color HEX #D098DA Wisteria

📋 copy color: '#D098DA'

red 208 ◦ green 152 ◦ blue 218

#D098DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D098DA

Tints of Wisteria #D098DA

RGB

 RED value IS 208 (81.64% from 255) = 35.99%

 GREEN value IS 152 (59.77% from 255) = 26.3%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 35.99%
G = 26.3%
B = 37.72%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D098DA (or 0xD098DA) is known color: Wisteria. HEX triplet: D0, 98 and DA. RGB value is (208,152,218). Sum of RGB (Red+Green+Blue) = 208+152+218=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D098DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098DA is #2F6725. Grayscale: #B0B0B0. Windows color (decimal): -3106598 or 14325968. OLE color: 14325968.

HSL color Cylindrical-coordinate representation of color #D098DA: hue angle of 290.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D098DA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 152 218 -
CMYK 0.05 0.30 0 0.15
HSL 290.91º 0.47% 0.73% -
HSV(B) 290.91º 0.3% 0.85% -
XYZ 49.9 40.93 71.6 -
YUV 176.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 208 152 218 0.05 0.30 0 0.15 290.91 0.47 0.73
Hex D0 98 DA 5 1E 0 F 123 2F 49
Octal 320 230 332 5 36 0 17 443 57 111
Binary 11010000 10011000 11011010 101 11110 0 1111 100100011 101111 1001001

Color Harmonies of #D098DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098DA

Black with #D098DA

Text Example


Text Example

White with #D098DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098DA; }

 p { color: rgb(208,152,218); }

 H1.HeaderClassName
 {
   color: #D098DA;
 }
 .AnyTagClassName
 {
   color: #D098DA;
 }
</style>

background-color css

<style>
 a { background-color: #D098DA; }

 a { background-color: rgb(208,152,218); }

 div.DivClassName
 {
   background-color: #D098DA;
 }
 .BgClassName
 {
   background-color: #D098DA;
 }
</style>

border-color css

<style>
 span { border-color: #D098DA; }

 span { border-color: rgb(208,152,218); }

 td.TdClassName
 {
   border-color: #D098DA;
 }
 .TagClassName
 {
   border-color: #D098DA;
 }
</style>