Html Css Color HEX #D596CC Lilac

📋 copy color: '#D596CC'

red 213 ◦ green 150 ◦ blue 204

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

Shades of Lilac #D596CC

Tints of Lilac #D596CC

RGB

 RED value IS 213 (83.59% from 255) = 37.57%

 GREEN value IS 150 (58.98% from 255) = 26.46%

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

R = 37.57%
G = 26.46%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D596CC (or 0xD596CC) is known color: Lilac. HEX triplet: D5, 96 and CC. RGB value is (213,150,204). Sum of RGB (Red+Green+Blue) = 213+150+204=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CC is #2A6933. Grayscale: #AEAEAE. Windows color (decimal): -2779444 or 13407957. OLE color: 13407957.

HSL color Cylindrical-coordinate representation of color #D596CC: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596CC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 204 -
CMYK 0 0.30 0.04 0.16
HSL 308.57º 0.43% 0.71% -
HSV(B) 308.57º 0.3% 0.84% -
XYZ 49.25 40.32 62.31 -
YUV 174.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 213 150 204 0 0.30 0.04 0.16 308.57 0.43 0.71
Hex D5 96 CC 0 1E 4 10 135 2B 47
Octal 325 226 314 0 36 4 20 465 53 107
Binary 11010101 10010110 11001100 0 11110 100 10000 100110101 101011 1000111

Color Harmonies of #D596CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596CC

Black with #D596CC

Text Example


Text Example

White with #D596CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596CC; }

 p { color: rgb(213,150,204); }

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

background-color css

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

 a { background-color: rgb(213,150,204); }

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

border-color css

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

 span { border-color: rgb(213,150,204); }

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