Html Css Color HEX #D098B2 Lily

📋 copy color: '#D098B2'

red 208 ◦ green 152 ◦ blue 178

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

Shades of Lily #D098B2

Tints of Lily #D098B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 38.66%
G = 28.25%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D098B2 (or 0xD098B2) is known color: Lily. HEX triplet: D0, 98 and B2. RGB value is (208,152,178). Sum of RGB (Red+Green+Blue) = 208+152+178=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D098B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098B2 is #2F674D. Grayscale: #ABABAB. Windows color (decimal): -3106638 or 11704528. OLE color: 11704528.

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

Color convert

RGB 208 152 178 -
CMYK 0 0.27 0.14 0.18
HSL 332.14º 0.37% 0.71% -
HSV(B) 332.14º 0.27% 0.82% -
XYZ 45.28 39.08 47.28 -
YUV 171.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 208 152 178 0 0.27 0.14 0.18 332.14 0.37 0.71
Hex D0 98 B2 0 1B E 12 14C 25 47
Octal 320 230 262 0 33 16 22 514 45 107
Binary 11010000 10011000 10110010 0 11011 1110 10010 101001100 100101 1000111

Color Harmonies of #D098B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098B2

Black with #D098B2

Text Example


Text Example

White with #D098B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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