Html Css Color HEX #D99BEB Wisteria

📋 copy color: '#D99BEB'

red 217 ◦ green 155 ◦ blue 235

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

Shades of Wisteria #D99BEB

Tints of Wisteria #D99BEB

RGB

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

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

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

R = 35.75%
G = 25.54%
B = 38.71%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99BEB (or 0xD99BEB) is known color: Wisteria. HEX triplet: D9, 9B and EB. RGB value is (217,155,235). Sum of RGB (Red+Green+Blue) = 217+155+235=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D99BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEB is #266414. Grayscale: #B6B6B6. Windows color (decimal): -2515989 or 15440857. OLE color: 15440857.

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

Color convert

RGB 217 155 235 -
CMYK 0.08 0.34 0 0.08
HSL 286.5º 0.67% 0.76% -
HSV(B) 286.5º 0.34% 0.92% -
XYZ 55.33 44.19 84.21 -
YUV 182.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 217 155 235 0.08 0.34 0 0.08 286.5 0.67 0.76
Hex D9 9B EB 8 22 0 8 11E 43 4C
Octal 331 233 353 10 42 0 10 436 103 114
Binary 11011001 10011011 11101011 1000 100010 0 1000 100011110 1000011 1001100

Color Harmonies of #D99BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BEB

Black with #D99BEB

Text Example


Text Example

White with #D99BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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