Html Css Color HEX #D99DEA Wisteria

📋 copy color: '#D99DEA'

red 217 ◦ green 157 ◦ blue 234

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

Shades of Wisteria #D99DEA

Tints of Wisteria #D99DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 35.69%
G = 25.82%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99DEA (or 0xD99DEA) is known color: Wisteria. HEX triplet: D9, 9D and EA. RGB value is (217,157,234). Sum of RGB (Red+Green+Blue) = 217+157+234=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DEA is #266215. Grayscale: #B7B7B7. Windows color (decimal): -2515478 or 15375833. OLE color: 15375833.

HSL color Cylindrical-coordinate representation of color #D99DEA: hue angle of 286.75º degrees, saturation: 0.65, 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 #D99DEA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 157 234 -
CMYK 0.07 0.33 0 0.08
HSL 286.75º 0.65% 0.77% -
HSV(B) 286.75º 0.33% 0.92% -
XYZ 55.52 44.81 83.56 -
YUV 183.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 217 157 234 0.07 0.33 0 0.08 286.75 0.65 0.77
Hex D9 9D EA 7 21 0 8 11F 41 4D
Octal 331 235 352 7 41 0 10 437 101 115
Binary 11011001 10011101 11101010 111 100001 0 1000 100011111 1000001 1001101

Color Harmonies of #D99DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DEA

Black with #D99DEA

Text Example


Text Example

White with #D99DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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