Html Css Color HEX #D29EE6 Wisteria

📋 copy color: '#D29EE6'

red 210 ◦ green 158 ◦ blue 230

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

Shades of Wisteria #D29EE6

Tints of Wisteria #D29EE6

RGB

 RED value IS 210 (82.42% from 255) = 35.12%

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 35.12%
G = 26.42%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D29EE6 (or 0xD29EE6) is known color: Wisteria. HEX triplet: D2, 9E and E6. RGB value is (210,158,230). Sum of RGB (Red+Green+Blue) = 210+158+230=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #D29EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EE6 is #2D6119. Grayscale: #B5B5B5. Windows color (decimal): -2973978 or 15113938. OLE color: 15113938.

HSL color Cylindrical-coordinate representation of color #D29EE6: hue angle of 283.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29EE6 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 158 230 -
CMYK 0.09 0.31 0 0.10
HSL 283.33º 0.59% 0.76% -
HSV(B) 283.33º 0.31% 0.9% -
XYZ 53.09 43.87 80.53 -
YUV 181.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 210 158 230 0.09 0.31 0 0.10 283.33 0.59 0.76
Hex D2 9E E6 9 1F 0 A 11B 3B 4C
Octal 322 236 346 11 37 0 12 433 73 114
Binary 11010010 10011110 11100110 1001 11111 0 1010 100011011 111011 1001100

Color Harmonies of #D29EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EE6

Black with #D29EE6

Text Example


Text Example

White with #D29EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EE6; }

 p { color: rgb(210,158,230); }

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

background-color css

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

 a { background-color: rgb(210,158,230); }

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

border-color css

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

 span { border-color: rgb(210,158,230); }

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