Html Css Color HEX #D098BB Lily

📋 copy color: '#D098BB'

red 208 ◦ green 152 ◦ blue 187

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

Shades of Lily #D098BB

Tints of Lily #D098BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.79%

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

R = 38.03%
G = 27.79%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D098BB (or 0xD098BB) is known color: Lily. HEX triplet: D0, 98 and BB. RGB value is (208,152,187). Sum of RGB (Red+Green+Blue) = 208+152+187=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D098BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098BB is #2F6744. Grayscale: #ACACAC. Windows color (decimal): -3106629 or 12294352. OLE color: 12294352.

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

Color convert

RGB 208 152 187 -
CMYK 0 0.27 0.10 0.18
HSL 322.5º 0.37% 0.71% -
HSV(B) 322.5º 0.27% 0.82% -
XYZ 46.21 39.45 52.19 -
YUV 172.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 208 152 187 0 0.27 0.10 0.18 322.5 0.37 0.71
Hex D0 98 BB 0 1B A 12 142 25 47
Octal 320 230 273 0 33 12 22 502 45 107
Binary 11010000 10011000 10111011 0 11011 1010 10010 101000010 100101 1000111

Color Harmonies of #D098BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098BB

Black with #D098BB

Text Example


Text Example

White with #D098BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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