Html Css Color HEX #D596CD Lilac

📋 copy color: '#D596CD'

red 213 ◦ green 150 ◦ blue 205

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

Shades of Lilac #D596CD

Tints of Lilac #D596CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 37.5%
G = 26.41%
B = 36.09%

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

#D596CD (or 0xD596CD) is known color: Lilac. HEX triplet: D5, 96 and CD. RGB value is (213,150,205). Sum of RGB (Red+Green+Blue) = 213+150+205=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CD is #2A6932. Grayscale: #AEAEAE. Windows color (decimal): -2779443 or 13473493. OLE color: 13473493.

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

Color convert

RGB 213 150 205 -
CMYK 0 0.30 0.04 0.16
HSL 307.62º 0.43% 0.71% -
HSV(B) 307.62º 0.3% 0.84% -
XYZ 49.37 40.37 62.95 -
YUV 175.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 213 150 205 0 0.30 0.04 0.16 307.62 0.43 0.71
Hex D5 96 CD 0 1E 4 10 134 2B 47
Octal 325 226 315 0 36 4 20 464 53 107
Binary 11010101 10010110 11001101 0 11110 100 10000 100110100 101011 1000111

Color Harmonies of #D596CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596CD

Black with #D596CD

Text Example


Text Example

White with #D596CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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