Html Css Color HEX #D099BD Lily

📋 copy color: '#D099BD'

red 208 ◦ green 153 ◦ blue 189

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

Shades of Lily #D099BD

Tints of Lily #D099BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 37.82%
G = 27.82%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D099BD (or 0xD099BD) is known color: Lily. HEX triplet: D0, 99 and BD. RGB value is (208,153,189). Sum of RGB (Red+Green+Blue) = 208+153+189=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D099BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099BD is #2F6642. Grayscale: #ADADAD. Windows color (decimal): -3106371 or 12425680. OLE color: 12425680.

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

Color convert

RGB 208 153 189 -
CMYK 0 0.26 0.09 0.18
HSL 320.73º 0.37% 0.71% -
HSV(B) 320.73º 0.26% 0.82% -
XYZ 46.59 39.87 53.38 -
YUV 173.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 208 153 189 0 0.26 0.09 0.18 320.73 0.37 0.71
Hex D0 99 BD 0 1A 9 12 141 25 47
Octal 320 231 275 0 32 11 22 501 45 107
Binary 11010000 10011001 10111101 0 11010 1001 10010 101000001 100101 1000111

Color Harmonies of #D099BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099BD

Black with #D099BD

Text Example


Text Example

White with #D099BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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