Html Css Color HEX #D291BE Lily

📋 copy color: '#D291BE'

red 210 ◦ green 145 ◦ blue 190

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

Shades of Lily #D291BE

Tints of Lily #D291BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 38.53%
G = 26.61%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D291BE (or 0xD291BE) is known color: Lily. HEX triplet: D2, 91 and BE. RGB value is (210,145,190). Sum of RGB (Red+Green+Blue) = 210+145+190=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BE is #2D6E41. Grayscale: #A9A9A9. Windows color (decimal): -2977346 or 12489170. OLE color: 12489170.

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

Color convert

RGB 210 145 190 -
CMYK 0 0.31 0.10 0.18
HSL 318.46º 0.42% 0.7% -
HSV(B) 318.46º 0.31% 0.82% -
XYZ 46 37.67 53.56 -
YUV 169.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 210 145 190 0 0.31 0.10 0.18 318.46 0.42 0.7
Hex D2 91 BE 0 1F A 12 13E 2A 46
Octal 322 221 276 0 37 12 22 476 52 106
Binary 11010010 10010001 10111110 0 11111 1010 10010 100111110 101010 1000110

Color Harmonies of #D291BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291BE

Black with #D291BE

Text Example


Text Example

White with #D291BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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