#D298CA

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

Shades of Lilac #D298CA

Tints of Lilac #D298CA

Color information

#D298CA (or 0xD298CA) is unknown color: approx Lilac. HEX triplet: D2, 98 and CA. RGB value is (210,152,202). Sum of RGB (Red+Green+Blue) = 210+152+202=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CA is #2D6735. Grayscale: #AEAEAE. Windows color (decimal): -2975542 or 13277394. OLE color: 13277394.

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

Color convert

RGB210152202-
CMYK00.280.040.18
HSL308.28º39.19%70.98%-
HSV(B)308.28º27.62%82.35%-
XYZ48.4740.4261.12-
YUV175.04143.22152.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=37.23%
G=26.95%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015220200.280.040.18308.2839.1970.98
HexD298CA01C4121342747
Octal32223031203442246447107
Binary110100101001100011001010011100100100101001101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298CA; }

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

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

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

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

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

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

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

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