Html Css Color HEX #D291CB Lilac

📋 copy color: '#D291CB'

red 210 ◦ green 145 ◦ blue 203

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

Shades of Lilac #D291CB

Tints of Lilac #D291CB

RGB

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

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

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

R = 37.63%
G = 25.99%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D291CB (or 0xD291CB) is known color: Lilac. HEX triplet: D2, 91 and CB. RGB value is (210,145,203). Sum of RGB (Red+Green+Blue) = 210+145+203=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CB is #2D6E34. Grayscale: #AAAAAA. Windows color (decimal): -2977333 or 13341138. OLE color: 13341138.

HSL color Cylindrical-coordinate representation of color #D291CB: hue angle of 306.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291CB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 203 -
CMYK 0 0.31 0.03 0.18
HSL 306.46º 0.42% 0.7% -
HSV(B) 306.46º 0.31% 0.82% -
XYZ 47.48 38.26 61.38 -
YUV 171.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 210 145 203 0 0.31 0.03 0.18 306.46 0.42 0.7
Hex D2 91 CB 0 1F 3 12 132 2A 46
Octal 322 221 313 0 37 3 22 462 52 106
Binary 11010010 10010001 11001011 0 11111 11 10010 100110010 101010 1000110

Color Harmonies of #D291CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291CB

Black with #D291CB

Text Example


Text Example

White with #D291CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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