Html Css Color HEX #D096B6 Lily

📋 copy color: '#D096B6'

red 208 ◦ green 150 ◦ blue 182

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

Shades of Lily #D096B6

Tints of Lily #D096B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 38.52%
G = 27.78%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D096B6 (or 0xD096B6) is known color: Lily. HEX triplet: D0, 96 and B6. RGB value is (208,150,182). Sum of RGB (Red+Green+Blue) = 208+150+182=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D096B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096B6 is #2F6949. Grayscale: #AAAAAA. Windows color (decimal): -3107146 or 11966160. OLE color: 11966160.

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

Color convert

RGB 208 150 182 -
CMYK 0 0.28 0.12 0.18
HSL 326.9º 0.38% 0.7% -
HSV(B) 326.9º 0.28% 0.82% -
XYZ 45.36 38.6 49.32 -
YUV 170.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 208 150 182 0 0.28 0.12 0.18 326.9 0.38 0.7
Hex D0 96 B6 0 1C C 12 147 26 46
Octal 320 226 266 0 34 14 22 507 46 106
Binary 11010000 10010110 10110110 0 11100 1100 10010 101000111 100110 1000110

Color Harmonies of #D096B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096B6

Black with #D096B6

Text Example


Text Example

White with #D096B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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