Html Css Color HEX #D099B9 Lily

📋 copy color: '#D099B9'

red 208 ◦ green 153 ◦ blue 185

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

Shades of Lily #D099B9

Tints of Lily #D099B9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.02%

 BLUE value IS 185 (72.66% from 255) = 33.88%

R = 38.1%
G = 28.02%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D099B9 (or 0xD099B9) is known color: Lily. HEX triplet: D0, 99 and B9. RGB value is (208,153,185). Sum of RGB (Red+Green+Blue) = 208+153+185=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099B9 is #2F6646. Grayscale: #ADADAD. Windows color (decimal): -3106375 or 12163536. OLE color: 12163536.

HSL color Cylindrical-coordinate representation of color #D099B9: hue angle of 325.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099B9 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 185 -
CMYK 0 0.26 0.11 0.18
HSL 325.09º 0.37% 0.71% -
HSV(B) 325.09º 0.26% 0.82% -
XYZ 46.16 39.7 51.13 -
YUV 173.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 208 153 185 0 0.26 0.11 0.18 325.09 0.37 0.71
Hex D0 99 B9 0 1A B 12 145 25 47
Octal 320 231 271 0 32 13 22 505 45 107
Binary 11010000 10011001 10111001 0 11010 1011 10010 101000101 100101 1000111

Color Harmonies of #D099B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099B9

Black with #D099B9

Text Example


Text Example

White with #D099B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099B9; }

 p { color: rgb(208,153,185); }

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

background-color css

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

 a { background-color: rgb(208,153,185); }

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

border-color css

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

 span { border-color: rgb(208,153,185); }

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