Html Css Color HEX #D291CC Lilac

📋 copy color: '#D291CC'

red 210 ◦ green 145 ◦ blue 204

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

Shades of Lilac #D291CC

Tints of Lilac #D291CC

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

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

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

R = 37.57%
G = 25.94%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D291CC (or 0xD291CC) is known color: Lilac. HEX triplet: D2, 91 and CC. RGB value is (210,145,204). Sum of RGB (Red+Green+Blue) = 210+145+204=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CC is #2D6E33. Grayscale: #AAAAAA. Windows color (decimal): -2977332 or 13406674. OLE color: 13406674.

HSL color Cylindrical-coordinate representation of color #D291CC: hue angle of 305.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291CC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 204 -
CMYK 0 0.31 0.03 0.18
HSL 305.54º 0.42% 0.7% -
HSV(B) 305.54º 0.31% 0.82% -
XYZ 47.6 38.31 62.01 -
YUV 171.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 210 145 204 0 0.31 0.03 0.18 305.54 0.42 0.7
Hex D2 91 CC 0 1F 3 12 132 2A 46
Octal 322 221 314 0 37 3 22 462 52 106
Binary 11010010 10010001 11001100 0 11111 11 10010 100110010 101010 1000110

Color Harmonies of #D291CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291CC

Black with #D291CC

Text Example


Text Example

White with #D291CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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