Html Css Color HEX #D292CE Lilac

📋 copy color: '#D292CE'

red 210 ◦ green 146 ◦ blue 206

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

Shades of Lilac #D292CE

Tints of Lilac #D292CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 37.37%
G = 25.98%
B = 36.65%

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

#D292CE (or 0xD292CE) is known color: Lilac. HEX triplet: D2, 92 and CE. RGB value is (210,146,206). Sum of RGB (Red+Green+Blue) = 210+146+206=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CE is #2D6D31. Grayscale: #ABABAB. Windows color (decimal): -2977074 or 13538002. OLE color: 13538002.

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

Color convert

RGB 210 146 206 -
CMYK 0 0.30 0.02 0.18
HSL 303.75º 0.42% 0.7% -
HSV(B) 303.75º 0.3% 0.82% -
XYZ 48 38.72 63.34 -
YUV 171.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 210 146 206 0 0.30 0.02 0.18 303.75 0.42 0.7
Hex D2 92 CE 0 1E 2 12 130 2A 46
Octal 322 222 316 0 36 2 22 460 52 106
Binary 11010010 10010010 11001110 0 11110 10 10010 100110000 101010 1000110

Color Harmonies of #D292CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292CE

Black with #D292CE

Text Example


Text Example

White with #D292CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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