Html Css Color HEX #D091BF Lily

📋 copy color: '#D091BF'

red 208 ◦ green 145 ◦ blue 191

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

Shades of Lily #D091BF

Tints of Lily #D091BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 38.24%
G = 26.65%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D091BF (or 0xD091BF) is known color: Lily. HEX triplet: D0, 91 and BF. RGB value is (208,145,191). Sum of RGB (Red+Green+Blue) = 208+145+191=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D091BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091BF is #2F6E40. Grayscale: #A8A8A8. Windows color (decimal): -3108417 or 12554704. OLE color: 12554704.

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

Color convert

RGB 208 145 191 -
CMYK 0 0.30 0.08 0.18
HSL 316.19º 0.4% 0.69% -
HSV(B) 316.19º 0.3% 0.82% -
XYZ 45.54 37.42 54.11 -
YUV 169.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 208 145 191 0 0.30 0.08 0.18 316.19 0.4 0.69
Hex D0 91 BF 0 1E 8 12 13C 28 45
Octal 320 221 277 0 36 10 22 474 50 105
Binary 11010000 10010001 10111111 0 11110 1000 10010 100111100 101000 1000101

Color Harmonies of #D091BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091BF

Black with #D091BF

Text Example


Text Example

White with #D091BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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