Html Css Color HEX #D99EEA Wisteria

📋 copy color: '#D99EEA'

red 217 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #D99EEA

Tints of Wisteria #D99EEA

RGB

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

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

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

R = 35.63%
G = 25.94%
B = 38.42%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99EEA (or 0xD99EEA) is known color: Wisteria. HEX triplet: D9, 9E and EA. RGB value is (217,158,234). Sum of RGB (Red+Green+Blue) = 217+158+234=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EEA is #266115. Grayscale: #B8B8B8. Windows color (decimal): -2515222 or 15376089. OLE color: 15376089.

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

Color convert

RGB 217 158 234 -
CMYK 0.07 0.32 0 0.08
HSL 286.58º 0.64% 0.77% -
HSV(B) 286.58º 0.32% 0.92% -
XYZ 55.69 45.15 83.62 -
YUV 184.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 217 158 234 0.07 0.32 0 0.08 286.58 0.64 0.77
Hex D9 9E EA 7 20 0 8 11F 40 4D
Octal 331 236 352 7 40 0 10 437 100 115
Binary 11011001 10011110 11101010 111 100000 0 1000 100011111 1000000 1001101

Color Harmonies of #D99EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EEA

Black with #D99EEA

Text Example


Text Example

White with #D99EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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