Html Css Color HEX #D097BA Lily

📋 copy color: '#D097BA'

red 208 ◦ green 151 ◦ blue 186

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

Shades of Lily #D097BA

Tints of Lily #D097BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.71%

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

R = 38.17%
G = 27.71%
B = 34.13%

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

#D097BA (or 0xD097BA) is known color: Lily. HEX triplet: D0, 97 and BA. RGB value is (208,151,186). Sum of RGB (Red+Green+Blue) = 208+151+186=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BA is #2F6845. Grayscale: #ABABAB. Windows color (decimal): -3106886 or 12228560. OLE color: 12228560.

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

Color convert

RGB 208 151 186 -
CMYK 0 0.27 0.11 0.18
HSL 323.16º 0.38% 0.7% -
HSV(B) 323.16º 0.27% 0.82% -
XYZ 45.94 39.09 51.58 -
YUV 172.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 208 151 186 0 0.27 0.11 0.18 323.16 0.38 0.7
Hex D0 97 BA 0 1B B 12 143 26 46
Octal 320 227 272 0 33 13 22 503 46 106
Binary 11010000 10010111 10111010 0 11011 1011 10010 101000011 100110 1000110

Color Harmonies of #D097BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097BA

Black with #D097BA

Text Example


Text Example

White with #D097BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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