Html Css Color HEX #D29BEB Wisteria

📋 copy color: '#D29BEB'

red 210 ◦ green 155 ◦ blue 235

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

Shades of Wisteria #D29BEB

Tints of Wisteria #D29BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.83%

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

R = 35%
G = 25.83%
B = 39.17%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D29BEB (or 0xD29BEB) is known color: Wisteria. HEX triplet: D2, 9B and EB. RGB value is (210,155,235). Sum of RGB (Red+Green+Blue) = 210+155+235=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEB is #2D6414. Grayscale: #B4B4B4. Windows color (decimal): -2974741 or 15440850. OLE color: 15440850.

HSL color Cylindrical-coordinate representation of color #D29BEB: hue angle of 281.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29BEB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 155 235 -
CMYK 0.11 0.34 0 0.08
HSL 281.25º 0.67% 0.76% -
HSV(B) 281.25º 0.34% 0.92% -
XYZ 53.3 43.14 84.12 -
YUV 180.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 210 155 235 0.11 0.34 0 0.08 281.25 0.67 0.76
Hex D2 9B EB B 22 0 8 119 43 4C
Octal 322 233 353 13 42 0 10 431 103 114
Binary 11010010 10011011 11101011 1011 100010 0 1000 100011001 1000011 1001100

Color Harmonies of #D29BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BEB

Black with #D29BEB

Text Example


Text Example

White with #D29BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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