Html Css Color HEX #D097BB Lily

📋 copy color: '#D097BB'

red 208 ◦ green 151 ◦ blue 187

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

Shades of Lily #D097BB

Tints of Lily #D097BB

RGB

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

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

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

R = 38.1%
G = 27.66%
B = 34.25%

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

#D097BB (or 0xD097BB) is known color: Lily. HEX triplet: D0, 97 and BB. RGB value is (208,151,187). Sum of RGB (Red+Green+Blue) = 208+151+187=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BB is #2F6844. Grayscale: #ACACAC. Windows color (decimal): -3106885 or 12294096. OLE color: 12294096.

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

Color convert

RGB 208 151 187 -
CMYK 0 0.27 0.10 0.18
HSL 322.11º 0.38% 0.7% -
HSV(B) 322.11º 0.27% 0.82% -
XYZ 46.05 39.13 52.14 -
YUV 172.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 208 151 187 0 0.27 0.10 0.18 322.11 0.38 0.7
Hex D0 97 BB 0 1B A 12 142 26 46
Octal 320 227 273 0 33 12 22 502 46 106
Binary 11010000 10010111 10111011 0 11011 1010 10010 101000010 100110 1000110

Color Harmonies of #D097BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097BB

Black with #D097BB

Text Example


Text Example

White with #D097BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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