Html Css Color HEX #D596C5 Lilac

📋 copy color: '#D596C5'

red 213 ◦ green 150 ◦ blue 197

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

Shades of Lilac #D596C5

Tints of Lilac #D596C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 38.04%
G = 26.79%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D596C5 (or 0xD596C5) is known color: Lilac. HEX triplet: D5, 96 and C5. RGB value is (213,150,197). Sum of RGB (Red+Green+Blue) = 213+150+197=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C5 is #2A693A. Grayscale: #AEAEAE. Windows color (decimal): -2779451 or 12949205. OLE color: 12949205.

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

Color convert

RGB 213 150 197 -
CMYK 0 0.30 0.08 0.16
HSL 315.24º 0.43% 0.71% -
HSV(B) 315.24º 0.3% 0.84% -
XYZ 48.42 39.99 57.99 -
YUV 174.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 213 150 197 0 0.30 0.08 0.16 315.24 0.43 0.71
Hex D5 96 C5 0 1E 8 10 13B 2B 47
Octal 325 226 305 0 36 10 20 473 53 107
Binary 11010101 10010110 11000101 0 11110 1000 10000 100111011 101011 1000111

Color Harmonies of #D596C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596C5

Black with #D596C5

Text Example


Text Example

White with #D596C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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