Html Css Color HEX #D098BA Lily

📋 copy color: '#D098BA'

red 208 ◦ green 152 ◦ blue 186

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

Shades of Lily #D098BA

Tints of Lily #D098BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 38.1%
G = 27.84%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D098BA (or 0xD098BA) is known color: Lily. HEX triplet: D0, 98 and BA. RGB value is (208,152,186). Sum of RGB (Red+Green+Blue) = 208+152+186=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D098BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098BA is #2F6745. Grayscale: #ACACAC. Windows color (decimal): -3106630 or 12228816. OLE color: 12228816.

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

Color convert

RGB 208 152 186 -
CMYK 0 0.27 0.11 0.18
HSL 323.57º 0.37% 0.71% -
HSV(B) 323.57º 0.27% 0.82% -
XYZ 46.1 39.41 51.63 -
YUV 172.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 208 152 186 0 0.27 0.11 0.18 323.57 0.37 0.71
Hex D0 98 BA 0 1B B 12 144 25 47
Octal 320 230 272 0 33 13 22 504 45 107
Binary 11010000 10011000 10111010 0 11011 1011 10010 101000100 100101 1000111

Color Harmonies of #D098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098BA

Black with #D098BA

Text Example


Text Example

White with #D098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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