Html Css Color HEX #D096BC Lily

📋 copy color: '#D096BC'

red 208 ◦ green 150 ◦ blue 188

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

Shades of Lily #D096BC

Tints of Lily #D096BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 38.1%
G = 27.47%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D096BC (or 0xD096BC) is known color: Lily. HEX triplet: D0, 96 and BC. RGB value is (208,150,188). Sum of RGB (Red+Green+Blue) = 208+150+188=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D096BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096BC is #2F6943. Grayscale: #ABABAB. Windows color (decimal): -3107140 or 12359376. OLE color: 12359376.

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

Color convert

RGB 208 150 188 -
CMYK 0 0.28 0.10 0.18
HSL 320.69º 0.38% 0.7% -
HSV(B) 320.69º 0.28% 0.82% -
XYZ 46 38.85 52.65 -
YUV 171.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 208 150 188 0 0.28 0.10 0.18 320.69 0.38 0.7
Hex D0 96 BC 0 1C A 12 141 26 46
Octal 320 226 274 0 34 12 22 501 46 106
Binary 11010000 10010110 10111100 0 11100 1010 10010 101000001 100110 1000110

Color Harmonies of #D096BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096BC

Black with #D096BC

Text Example


Text Example

White with #D096BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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