Html Css Color HEX #D591CC Lilac

📋 copy color: '#D591CC'

red 213 ◦ green 145 ◦ blue 204

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

Shades of Lilac #D591CC

Tints of Lilac #D591CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.8%

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

R = 37.9%
G = 25.8%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D591CC (or 0xD591CC) is known color: Lilac. HEX triplet: D5, 91 and CC. RGB value is (213,145,204). Sum of RGB (Red+Green+Blue) = 213+145+204=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CC is #2A6E33. Grayscale: #ABABAB. Windows color (decimal): -2780724 or 13406677. OLE color: 13406677.

HSL color Cylindrical-coordinate representation of color #D591CC: hue angle of 307.94º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591CC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 204 -
CMYK 0 0.32 0.04 0.16
HSL 307.94º 0.45% 0.7% -
HSV(B) 307.94º 0.32% 0.84% -
XYZ 48.47 38.76 62.05 -
YUV 172.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 213 145 204 0 0.32 0.04 0.16 307.94 0.45 0.7
Hex D5 91 CC 0 20 4 10 134 2D 46
Octal 325 221 314 0 40 4 20 464 55 106
Binary 11010101 10010001 11001100 0 100000 100 10000 100110100 101101 1000110

Color Harmonies of #D591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591CC

Black with #D591CC

Text Example


Text Example

White with #D591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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