Html Css Color HEX #D292CB Lilac

📋 copy color: '#D292CB'

red 210 ◦ green 146 ◦ blue 203

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

Shades of Lilac #D292CB

Tints of Lilac #D292CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

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

R = 37.57%
G = 26.12%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D292CB (or 0xD292CB) is known color: Lilac. HEX triplet: D2, 92 and CB. RGB value is (210,146,203). Sum of RGB (Red+Green+Blue) = 210+146+203=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CB is #2D6D34. Grayscale: #ABABAB. Windows color (decimal): -2977077 or 13341394. OLE color: 13341394.

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

Color convert

RGB 210 146 203 -
CMYK 0 0.30 0.03 0.18
HSL 306.56º 0.42% 0.7% -
HSV(B) 306.56º 0.3% 0.82% -
XYZ 47.64 38.57 61.43 -
YUV 171.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 210 146 203 0 0.30 0.03 0.18 306.56 0.42 0.7
Hex D2 92 CB 0 1E 3 12 133 2A 46
Octal 322 222 313 0 36 3 22 463 52 106
Binary 11010010 10010010 11001011 0 11110 11 10010 100110011 101010 1000110

Color Harmonies of #D292CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292CB

Black with #D292CB

Text Example


Text Example

White with #D292CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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