Html Css Color HEX #D29DEB Wisteria

📋 copy color: '#D29DEB'

red 210 ◦ green 157 ◦ blue 235

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

Shades of Wisteria #D29DEB

Tints of Wisteria #D29DEB

RGB

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

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

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

R = 34.88%
G = 26.08%
B = 39.04%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D29DEB (or 0xD29DEB) is known color: Wisteria. HEX triplet: D2, 9D and EB. RGB value is (210,157,235). Sum of RGB (Red+Green+Blue) = 210+157+235=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DEB is #2D6214. Grayscale: #B5B5B5. Windows color (decimal): -2974229 or 15441362. OLE color: 15441362.

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

Color convert

RGB 210 157 235 -
CMYK 0.11 0.33 0 0.08
HSL 280.77º 0.66% 0.77% -
HSV(B) 280.77º 0.33% 0.92% -
XYZ 53.63 43.81 84.23 -
YUV 181.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 210 157 235 0.11 0.33 0 0.08 280.77 0.66 0.77
Hex D2 9D EB B 21 0 8 119 42 4D
Octal 322 235 353 13 41 0 10 431 102 115
Binary 11010010 10011101 11101011 1011 100001 0 1000 100011001 1000010 1001101

Color Harmonies of #D29DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DEB

Black with #D29DEB

Text Example


Text Example

White with #D29DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DEB; }

 p { color: rgb(210,157,235); }

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

background-color css

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

 a { background-color: rgb(210,157,235); }

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

border-color css

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

 span { border-color: rgb(210,157,235); }

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