Html Css Color HEX #D595CC Lilac

📋 copy color: '#D595CC'

red 213 ◦ green 149 ◦ blue 204

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

Shades of Lilac #D595CC

Tints of Lilac #D595CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.33%

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 37.63%
G = 26.33%
B = 36.04%

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

#D595CC (or 0xD595CC) is known color: Lilac. HEX triplet: D5, 95 and CC. RGB value is (213,149,204). Sum of RGB (Red+Green+Blue) = 213+149+204=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CC is #2A6A33. Grayscale: #AEAEAE. Windows color (decimal): -2779700 or 13407701. OLE color: 13407701.

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

Color convert

RGB 213 149 204 -
CMYK 0 0.30 0.04 0.16
HSL 308.44º 0.43% 0.71% -
HSV(B) 308.44º 0.3% 0.84% -
XYZ 49.09 40 62.26 -
YUV 174.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 213 149 204 0 0.30 0.04 0.16 308.44 0.43 0.71
Hex D5 95 CC 0 1E 4 10 134 2B 47
Octal 325 225 314 0 36 4 20 464 53 107
Binary 11010101 10010101 11001100 0 11110 100 10000 100110100 101011 1000111

Color Harmonies of #D595CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595CC

Black with #D595CC

Text Example


Text Example

White with #D595CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595CC; }

 p { color: rgb(213,149,204); }

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

background-color css

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

 a { background-color: rgb(213,149,204); }

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

border-color css

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

 span { border-color: rgb(213,149,204); }

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