Html Css Color HEX #D096BA Lily

📋 copy color: '#D096BA'

red 208 ◦ green 150 ◦ blue 186

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

Shades of Lily #D096BA

Tints of Lily #D096BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 38.24%
G = 27.57%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D096BA (or 0xD096BA) is known color: Lily. HEX triplet: D0, 96 and BA. RGB value is (208,150,186). Sum of RGB (Red+Green+Blue) = 208+150+186=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D096BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096BA is #2F6945. Grayscale: #ABABAB. Windows color (decimal): -3107142 or 12228304. OLE color: 12228304.

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

Color convert

RGB 208 150 186 -
CMYK 0 0.28 0.11 0.18
HSL 322.76º 0.38% 0.7% -
HSV(B) 322.76º 0.28% 0.82% -
XYZ 45.78 38.77 51.52 -
YUV 171.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 208 150 186 0 0.28 0.11 0.18 322.76 0.38 0.7
Hex D0 96 BA 0 1C B 12 143 26 46
Octal 320 226 272 0 34 13 22 503 46 106
Binary 11010000 10010110 10111010 0 11100 1011 10010 101000011 100110 1000110

Color Harmonies of #D096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096BA

Black with #D096BA

Text Example


Text Example

White with #D096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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