Html Css Color HEX #D091BB Lily

📋 copy color: '#D091BB'

red 208 ◦ green 145 ◦ blue 187

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

Shades of Lily #D091BB

Tints of Lily #D091BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 38.52%
G = 26.85%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D091BB (or 0xD091BB) is known color: Lily. HEX triplet: D0, 91 and BB. RGB value is (208,145,187). Sum of RGB (Red+Green+Blue) = 208+145+187=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D091BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091BB is #2F6E44. Grayscale: #A8A8A8. Windows color (decimal): -3108421 or 12292560. OLE color: 12292560.

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

Color convert

RGB 208 145 187 -
CMYK 0 0.30 0.10 0.18
HSL 320º 0.4% 0.69% -
HSV(B) 320º 0.3% 0.82% -
XYZ 45.11 37.25 51.83 -
YUV 168.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 208 145 187 0 0.30 0.10 0.18 320 0.4 0.69
Hex D0 91 BB 0 1E A 12 140 28 45
Octal 320 221 273 0 36 12 22 500 50 105
Binary 11010000 10010001 10111011 0 11110 1010 10010 101000000 101000 1000101

Color Harmonies of #D091BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091BB

Black with #D091BB

Text Example


Text Example

White with #D091BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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