#D298CF

Color #D298CF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D298CF

Tints of Lilac #D298CF

Color information

#D298CF (or 0xD298CF) is unknown color: approx Lilac. HEX triplet: D2, 98 and CF. RGB value is (210,152,207). Sum of RGB (Red+Green+Blue) = 210+152+207=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CF is #2D6730. Grayscale: #AFAFAF. Windows color (decimal): -2975537 or 13605074. OLE color: 13605074.

HSL color Cylindrical-coordinate representation of color #D298CF: hue angle of 303.1º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298CF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210152207-
CMYK00.280.010.18
HSL303.1º39.19%70.98%-
HSV(B)303.1º27.62%82.35%-
XYZ49.0740.6664.29-
YUV175.61145.72152.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=36.91%
G=26.71%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015220700.280.010.18303.139.1970.98
HexD298CF01C11212f2747
Octal32223031703412245747107
Binary1101001010011000110011110111001100101001011111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298CF; }

 p { color: rgb(210,152,207); }

 H1.HeaderClassName
 {
   color: #D298CF;
 }
 .AnyTagClassName
 {
   color: #D298CF;
 }
</style>
background-color css

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

 a { background-color: rgb(210,152,207); }

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

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

 span { border-color: rgb(210,152,207); }

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