Html Css Color HEX #D098BC Lily

📋 copy color: '#D098BC'

red 208 ◦ green 152 ◦ blue 188

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

Shades of Lily #D098BC

Tints of Lily #D098BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 37.96%
G = 27.74%
B = 34.31%

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

#D098BC (or 0xD098BC) is known color: Lily. HEX triplet: D0, 98 and BC. RGB value is (208,152,188). Sum of RGB (Red+Green+Blue) = 208+152+188=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D098BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098BC is #2F6743. Grayscale: #ACACAC. Windows color (decimal): -3106628 or 12359888. OLE color: 12359888.

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

Color convert

RGB 208 152 188 -
CMYK 0 0.27 0.10 0.18
HSL 321.43º 0.37% 0.71% -
HSV(B) 321.43º 0.27% 0.82% -
XYZ 46.32 39.5 52.76 -
YUV 172.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 208 152 188 0 0.27 0.10 0.18 321.43 0.37 0.71
Hex D0 98 BC 0 1B A 12 141 25 47
Octal 320 230 274 0 33 12 22 501 45 107
Binary 11010000 10011000 10111100 0 11011 1010 10010 101000001 100101 1000111

Color Harmonies of #D098BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098BC

Black with #D098BC

Text Example


Text Example

White with #D098BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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