Html Css Color HEX #D99DED Wisteria

📋 copy color: '#D99DED'

red 217 ◦ green 157 ◦ blue 237

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

Shades of Wisteria #D99DED

Tints of Wisteria #D99DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.7%

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 35.52%
G = 25.7%
B = 38.79%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D99DED (or 0xD99DED) is known color: Wisteria. HEX triplet: D9, 9D and ED. RGB value is (217,157,237). Sum of RGB (Red+Green+Blue) = 217+157+237=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #D99DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DED is #266212. Grayscale: #B7B7B7. Windows color (decimal): -2515475 or 15572441. OLE color: 15572441.

HSL color Cylindrical-coordinate representation of color #D99DED: hue angle of 285º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99DED is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 157 237 -
CMYK 0.08 0.34 0 0.07
HSL 285º 0.69% 0.77% -
HSV(B) 285º 0.34% 0.93% -
XYZ 55.96 44.98 85.85 -
YUV 184.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 217 157 237 0.08 0.34 0 0.07 285 0.69 0.77
Hex D9 9D ED 8 22 0 7 11D 45 4D
Octal 331 235 355 10 42 0 7 435 105 115
Binary 11011001 10011101 11101101 1000 100010 0 111 100011101 1000101 1001101

Color Harmonies of #D99DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DED

Black with #D99DED

Text Example


Text Example

White with #D99DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DED; }

 p { color: rgb(217,157,237); }

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

background-color css

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

 a { background-color: rgb(217,157,237); }

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

border-color css

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

 span { border-color: rgb(217,157,237); }

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