#D598CA

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

Shades of Lilac #D598CA

Tints of Lilac #D598CA

Color information

#D598CA (or 0xD598CA) is unknown color: approx Lilac. HEX triplet: D5, 98 and CA. RGB value is (213,152,202). Sum of RGB (Red+Green+Blue) = 213+152+202=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D598CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598CA is #2A6735. Grayscale: #AFAFAF. Windows color (decimal): -2778934 or 13277397. OLE color: 13277397.

HSL color Cylindrical-coordinate representation of color #D598CA: hue angle of 310.82º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598CA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213152202-
CMYK00.290.050.16
HSL310.82º42.07%71.57%-
HSV(B)310.82º28.64%83.53%-
XYZ49.3340.8761.17-
YUV175.94142.71154.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=37.57%
G=26.81%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315220200.290.050.16310.8242.0771.57
HexD598CA01D5101372a48
Octal32523031203552046752110
Binary110101011001100011001010011101101100001001101111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598CA; }

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

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

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

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

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

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

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

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