Html Css Color HEX #D596CA Lilac

📋 copy color: '#D596CA'

red 213 ◦ green 150 ◦ blue 202

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

Shades of Lilac #D596CA

Tints of Lilac #D596CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 37.7%
G = 26.55%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D596CA (or 0xD596CA) is known color: Lilac. HEX triplet: D5, 96 and CA. RGB value is (213,150,202). Sum of RGB (Red+Green+Blue) = 213+150+202=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CA is #2A6935. Grayscale: #AEAEAE. Windows color (decimal): -2779446 or 13276885. OLE color: 13276885.

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

Color convert

RGB 213 150 202 -
CMYK 0 0.30 0.05 0.16
HSL 310.48º 0.43% 0.71% -
HSV(B) 310.48º 0.3% 0.84% -
XYZ 49.01 40.22 61.06 -
YUV 174.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 213 150 202 0 0.30 0.05 0.16 310.48 0.43 0.71
Hex D5 96 CA 0 1E 5 10 136 2B 47
Octal 325 226 312 0 36 5 20 466 53 107
Binary 11010101 10010110 11001010 0 11110 101 10000 100110110 101011 1000111

Color Harmonies of #D596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596CA

Black with #D596CA

Text Example


Text Example

White with #D596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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