Html Css Color HEX #D596C4 Lilac

📋 copy color: '#D596C4'

red 213 ◦ green 150 ◦ blue 196

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

Shades of Lilac #D596C4

Tints of Lilac #D596C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 38.1%
G = 26.83%
B = 35.06%

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

#D596C4 (or 0xD596C4) is known color: Lilac. HEX triplet: D5, 96 and C4. RGB value is (213,150,196). Sum of RGB (Red+Green+Blue) = 213+150+196=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C4 is #2A693B. Grayscale: #ADADAD. Windows color (decimal): -2779452 or 12883669. OLE color: 12883669.

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

Color convert

RGB 213 150 196 -
CMYK 0 0.30 0.08 0.16
HSL 316.19º 0.43% 0.71% -
HSV(B) 316.19º 0.3% 0.84% -
XYZ 48.31 39.94 57.39 -
YUV 174.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 213 150 196 0 0.30 0.08 0.16 316.19 0.43 0.71
Hex D5 96 C4 0 1E 8 10 13C 2B 47
Octal 325 226 304 0 36 10 20 474 53 107
Binary 11010101 10010110 11000100 0 11110 1000 10000 100111100 101011 1000111

Color Harmonies of #D596C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596C4

Black with #D596C4

Text Example


Text Example

White with #D596C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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