Html Css Color HEX #D091CB Lilac

📋 copy color: '#D091CB'

red 208 ◦ green 145 ◦ blue 203

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

Shades of Lilac #D091CB

Tints of Lilac #D091CB

RGB

 RED value IS 208 (81.64% from 255) = 37.41%

 GREEN value IS 145 (57.03% from 255) = 26.08%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 37.41%
G = 26.08%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D091CB (or 0xD091CB) is known color: Lilac. HEX triplet: D0, 91 and CB. RGB value is (208,145,203). Sum of RGB (Red+Green+Blue) = 208+145+203=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CB is #2F6E34. Grayscale: #AAAAAA. Windows color (decimal): -3108405 or 13341136. OLE color: 13341136.

HSL color Cylindrical-coordinate representation of color #D091CB: hue angle of 304.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091CB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 203 -
CMYK 0 0.30 0.02 0.18
HSL 304.76º 0.4% 0.69% -
HSV(B) 304.76º 0.3% 0.82% -
XYZ 46.92 37.97 61.36 -
YUV 170.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 208 145 203 0 0.30 0.02 0.18 304.76 0.4 0.69
Hex D0 91 CB 0 1E 2 12 131 28 45
Octal 320 221 313 0 36 2 22 461 50 105
Binary 11010000 10010001 11001011 0 11110 10 10010 100110001 101000 1000101

Color Harmonies of #D091CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091CB

Black with #D091CB

Text Example


Text Example

White with #D091CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091CB; }

 p { color: rgb(208,145,203); }

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

background-color css

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

 a { background-color: rgb(208,145,203); }

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

border-color css

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

 span { border-color: rgb(208,145,203); }

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