Html Css Color HEX #D596C8 Lilac

📋 copy color: '#D596C8'

red 213 ◦ green 150 ◦ blue 200

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

Shades of Lilac #D596C8

Tints of Lilac #D596C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 37.83%
G = 26.64%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D596C8 (or 0xD596C8) is known color: Lilac. HEX triplet: D5, 96 and C8. RGB value is (213,150,200). Sum of RGB (Red+Green+Blue) = 213+150+200=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C8 is #2A6937. Grayscale: #AEAEAE. Windows color (decimal): -2779448 or 13145813. OLE color: 13145813.

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

Color convert

RGB 213 150 200 -
CMYK 0 0.30 0.06 0.16
HSL 312.38º 0.43% 0.71% -
HSV(B) 312.38º 0.3% 0.84% -
XYZ 48.77 40.13 59.82 -
YUV 174.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 213 150 200 0 0.30 0.06 0.16 312.38 0.43 0.71
Hex D5 96 C8 0 1E 6 10 138 2B 47
Octal 325 226 310 0 36 6 20 470 53 107
Binary 11010101 10010110 11001000 0 11110 110 10000 100111000 101011 1000111

Color Harmonies of #D596C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596C8

Black with #D596C8

Text Example


Text Example

White with #D596C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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