Html Css Color HEX #D096BF Lily

📋 copy color: '#D096BF'

red 208 ◦ green 150 ◦ blue 191

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

Shades of Lily #D096BF

Tints of Lily #D096BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.79%

R = 37.89%
G = 27.32%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D096BF (or 0xD096BF) is known color: Lily. HEX triplet: D0, 96 and BF. RGB value is (208,150,191). Sum of RGB (Red+Green+Blue) = 208+150+191=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D096BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096BF is #2F6940. Grayscale: #ABABAB. Windows color (decimal): -3107137 or 12555984. OLE color: 12555984.

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

Color convert

RGB 208 150 191 -
CMYK 0 0.28 0.08 0.18
HSL 317.59º 0.38% 0.7% -
HSV(B) 317.59º 0.28% 0.82% -
XYZ 46.32 38.98 54.37 -
YUV 172.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 208 150 191 0 0.28 0.08 0.18 317.59 0.38 0.7
Hex D0 96 BF 0 1C 8 12 13E 26 46
Octal 320 226 277 0 34 10 22 476 46 106
Binary 11010000 10010110 10111111 0 11100 1000 10010 100111110 100110 1000110

Color Harmonies of #D096BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096BF

Black with #D096BF

Text Example


Text Example

White with #D096BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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