Html Css Color HEX #D99EEB Wisteria

📋 copy color: '#D99EEB'

red 217 ◦ green 158 ◦ blue 235

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

Shades of Wisteria #D99EEB

Tints of Wisteria #D99EEB

RGB

 RED value IS 217 (85.16% from 255) = 35.57%

 GREEN value IS 158 (62.11% from 255) = 25.9%

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 35.57%
G = 25.9%
B = 38.52%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99EEB (or 0xD99EEB) is known color: Wisteria. HEX triplet: D9, 9E and EB. RGB value is (217,158,235). Sum of RGB (Red+Green+Blue) = 217+158+235=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EEB is #266114. Grayscale: #B8B8B8. Windows color (decimal): -2515221 or 15441625. OLE color: 15441625.

HSL color Cylindrical-coordinate representation of color #D99EEB: hue angle of 285.97º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99EEB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 158 235 -
CMYK 0.08 0.33 0 0.08
HSL 285.97º 0.66% 0.77% -
HSV(B) 285.97º 0.33% 0.92% -
XYZ 55.84 45.2 84.38 -
YUV 184.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 217 158 235 0.08 0.33 0 0.08 285.97 0.66 0.77
Hex D9 9E EB 8 21 0 8 11E 42 4D
Octal 331 236 353 10 41 0 10 436 102 115
Binary 11011001 10011110 11101011 1000 100001 0 1000 100011110 1000010 1001101

Color Harmonies of #D99EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EEB

Black with #D99EEB

Text Example


Text Example

White with #D99EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EEB; }

 p { color: rgb(217,158,235); }

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

background-color css

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

 a { background-color: rgb(217,158,235); }

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

border-color css

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

 span { border-color: rgb(217,158,235); }

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