Html Css Color HEX #D292CC Lilac

📋 copy color: '#D292CC'

red 210 ◦ green 146 ◦ blue 204

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

Shades of Lilac #D292CC

Tints of Lilac #D292CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 37.5%
G = 26.07%
B = 36.43%

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

#D292CC (or 0xD292CC) is known color: Lilac. HEX triplet: D2, 92 and CC. RGB value is (210,146,204). Sum of RGB (Red+Green+Blue) = 210+146+204=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CC is #2D6D33. Grayscale: #ABABAB. Windows color (decimal): -2977076 or 13406930. OLE color: 13406930.

HSL color Cylindrical-coordinate representation of color #D292CC: hue angle of 305.62º 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 #D292CC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 146 204 -
CMYK 0 0.30 0.03 0.18
HSL 305.63º 0.42% 0.7% -
HSV(B) 305.63º 0.3% 0.82% -
XYZ 47.76 38.62 62.06 -
YUV 171.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 210 146 204 0 0.30 0.03 0.18 305.63 0.42 0.7
Hex D2 92 CC 0 1E 3 12 132 2A 46
Octal 322 222 314 0 36 3 22 462 52 106
Binary 11010010 10010010 11001100 0 11110 11 10010 100110010 101010 1000110

Color Harmonies of #D292CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292CC

Black with #D292CC

Text Example


Text Example

White with #D292CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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