Html Css Color HEX #D591C4 Lilac

📋 copy color: '#D591C4'

red 213 ◦ green 145 ◦ blue 196

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

Shades of Lilac #D591C4

Tints of Lilac #D591C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 38.45%
G = 26.17%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D591C4 (or 0xD591C4) is known color: Lilac. HEX triplet: D5, 91 and C4. RGB value is (213,145,196). Sum of RGB (Red+Green+Blue) = 213+145+196=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D591C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591C4 is #2A6E3B. Grayscale: #ABABAB. Windows color (decimal): -2780732 or 12882389. OLE color: 12882389.

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

Color convert

RGB 213 145 196 -
CMYK 0 0.32 0.08 0.16
HSL 315º 0.45% 0.7% -
HSV(B) 315º 0.32% 0.84% -
XYZ 47.53 38.38 57.13 -
YUV 171.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 213 145 196 0 0.32 0.08 0.16 315 0.45 0.7
Hex D5 91 C4 0 20 8 10 13B 2D 46
Octal 325 221 304 0 40 10 20 473 55 106
Binary 11010101 10010001 11000100 0 100000 1000 10000 100111011 101101 1000110

Color Harmonies of #D591C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591C4

Black with #D591C4

Text Example


Text Example

White with #D591C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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