Html Css Color HEX #D086B0 Lily

📋 copy color: '#D086B0'

red 208 ◦ green 134 ◦ blue 176

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

Shades of Lily #D086B0

Tints of Lily #D086B0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.87%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 40.15%
G = 25.87%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D086B0 (or 0xD086B0) is known color: Lily. HEX triplet: D0, 86 and B0. RGB value is (208,134,176). Sum of RGB (Red+Green+Blue) = 208+134+176=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086B0 is #2F794F. Grayscale: #A0A0A0. Windows color (decimal): -3111248 or 11568848. OLE color: 11568848.

HSL color Cylindrical-coordinate representation of color #D086B0: hue angle of 325.95º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086B0 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 176 -
CMYK 0 0.36 0.15 0.18
HSL 325.95º 0.44% 0.67% -
HSV(B) 325.95º 0.36% 0.82% -
XYZ 42.37 33.59 45.33 -
YUV 160.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 208 134 176 0 0.36 0.15 0.18 325.95 0.44 0.67
Hex D0 86 B0 0 24 F 12 146 2C 43
Octal 320 206 260 0 44 17 22 506 54 103
Binary 11010000 10000110 10110000 0 100100 1111 10010 101000110 101100 1000011

Color Harmonies of #D086B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086B0

Black with #D086B0

Text Example


Text Example

White with #D086B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086B0; }

 p { color: rgb(208,134,176); }

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

background-color css

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

 a { background-color: rgb(208,134,176); }

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

border-color css

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

 span { border-color: rgb(208,134,176); }

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