Html Css Color HEX #D091B6 Lily

📋 copy color: '#D091B6'

red 208 ◦ green 145 ◦ blue 182

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

Shades of Lily #D091B6

Tints of Lily #D091B6

RGB

 RED value IS 208 (81.64% from 255) = 38.88%

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 38.88%
G = 27.1%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D091B6 (or 0xD091B6) is known color: Lily. HEX triplet: D0, 91 and B6. RGB value is (208,145,182). Sum of RGB (Red+Green+Blue) = 208+145+182=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D091B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091B6 is #2F6E49. Grayscale: #A7A7A7. Windows color (decimal): -3108426 or 11964880. OLE color: 11964880.

HSL color Cylindrical-coordinate representation of color #D091B6: hue angle of 324.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091B6 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 182 -
CMYK 0 0.30 0.12 0.18
HSL 324.76º 0.4% 0.69% -
HSV(B) 324.76º 0.3% 0.82% -
XYZ 44.58 37.04 49.06 -
YUV 168.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 208 145 182 0 0.30 0.12 0.18 324.76 0.4 0.69
Hex D0 91 B6 0 1E C 12 145 28 45
Octal 320 221 266 0 36 14 22 505 50 105
Binary 11010000 10010001 10110110 0 11110 1100 10010 101000101 101000 1000101

Color Harmonies of #D091B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091B6

Black with #D091B6

Text Example


Text Example

White with #D091B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091B6; }

 p { color: rgb(208,145,182); }

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

background-color css

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

 a { background-color: rgb(208,145,182); }

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

border-color css

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

 span { border-color: rgb(208,145,182); }

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