Html Css Color HEX #D291BC Lily

📋 copy color: '#D291BC'

red 210 ◦ green 145 ◦ blue 188

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

Shades of Lily #D291BC

Tints of Lily #D291BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 38.67%
G = 26.7%
B = 34.62%

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

#D291BC (or 0xD291BC) is known color: Lily. HEX triplet: D2, 91 and BC. RGB value is (210,145,188). Sum of RGB (Red+Green+Blue) = 210+145+188=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BC is #2D6E43. Grayscale: #A9A9A9. Windows color (decimal): -2977348 or 12358098. OLE color: 12358098.

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

Color convert

RGB 210 145 188 -
CMYK 0 0.31 0.10 0.18
HSL 320.31º 0.42% 0.7% -
HSV(B) 320.31º 0.31% 0.82% -
XYZ 45.78 37.58 52.42 -
YUV 169.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 210 145 188 0 0.31 0.10 0.18 320.31 0.42 0.7
Hex D2 91 BC 0 1F A 12 140 2A 46
Octal 322 221 274 0 37 12 22 500 52 106
Binary 11010010 10010001 10111100 0 11111 1010 10010 101000000 101010 1000110

Color Harmonies of #D291BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291BC

Black with #D291BC

Text Example


Text Example

White with #D291BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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