Html Css Color HEX #D291C0 Lily

📋 copy color: '#D291C0'

red 210 ◦ green 145 ◦ blue 192

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

Shades of Lily #D291C0

Tints of Lily #D291C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 38.39%
G = 26.51%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D291C0 (or 0xD291C0) is known color: Lily. HEX triplet: D2, 91 and C0. RGB value is (210,145,192). Sum of RGB (Red+Green+Blue) = 210+145+192=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D291C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291C0 is #2D6E3F. Grayscale: #A9A9A9. Windows color (decimal): -2977344 or 12620242. OLE color: 12620242.

HSL color Cylindrical-coordinate representation of color #D291C0: hue angle of 316.62º 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 #D291C0 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 192 -
CMYK 0 0.31 0.09 0.18
HSL 316.62º 0.42% 0.7% -
HSV(B) 316.62º 0.31% 0.82% -
XYZ 46.22 37.76 54.72 -
YUV 169.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 210 145 192 0 0.31 0.09 0.18 316.62 0.42 0.7
Hex D2 91 C0 0 1F 9 12 13D 2A 46
Octal 322 221 300 0 37 11 22 475 52 106
Binary 11010010 10010001 11000000 0 11111 1001 10010 100111101 101010 1000110

Color Harmonies of #D291C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291C0

Black with #D291C0

Text Example


Text Example

White with #D291C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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