Html Css Color HEX #D091BA Lily

📋 copy color: '#D091BA'

red 208 ◦ green 145 ◦ blue 186

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

Shades of Lily #D091BA

Tints of Lily #D091BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 38.59%
G = 26.9%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D091BA (or 0xD091BA) is known color: Lily. HEX triplet: D0, 91 and BA. RGB value is (208,145,186). Sum of RGB (Red+Green+Blue) = 208+145+186=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D091BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091BA is #2F6E45. Grayscale: #A8A8A8. Windows color (decimal): -3108422 or 12227024. OLE color: 12227024.

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

Color convert

RGB 208 145 186 -
CMYK 0 0.30 0.11 0.18
HSL 320.95º 0.4% 0.69% -
HSV(B) 320.95º 0.3% 0.82% -
XYZ 45 37.21 51.26 -
YUV 168.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 208 145 186 0 0.30 0.11 0.18 320.95 0.4 0.69
Hex D0 91 BA 0 1E B 12 141 28 45
Octal 320 221 272 0 36 13 22 501 50 105
Binary 11010000 10010001 10111010 0 11110 1011 10010 101000001 101000 1000101

Color Harmonies of #D091BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091BA

Black with #D091BA

Text Example


Text Example

White with #D091BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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