Html Css Color HEX #D591CD Lilac

📋 copy color: '#D591CD'

red 213 ◦ green 145 ◦ blue 205

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

Shades of Lilac #D591CD

Tints of Lilac #D591CD

RGB

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

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

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

R = 37.83%
G = 25.75%
B = 36.41%

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

#D591CD (or 0xD591CD) is known color: Lilac. HEX triplet: D5, 91 and CD. RGB value is (213,145,205). Sum of RGB (Red+Green+Blue) = 213+145+205=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CD is #2A6E32. Grayscale: #ACACAC. Windows color (decimal): -2780723 or 13472213. OLE color: 13472213.

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

Color convert

RGB 213 145 205 -
CMYK 0 0.32 0.04 0.16
HSL 307.06º 0.45% 0.7% -
HSV(B) 307.06º 0.32% 0.84% -
XYZ 48.59 38.8 62.69 -
YUV 172.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 213 145 205 0 0.32 0.04 0.16 307.06 0.45 0.7
Hex D5 91 CD 0 20 4 10 133 2D 46
Octal 325 221 315 0 40 4 20 463 55 106
Binary 11010101 10010001 11001101 0 100000 100 10000 100110011 101101 1000110

Color Harmonies of #D591CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591CD

Black with #D591CD

Text Example


Text Example

White with #D591CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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