Html Css Color HEX #D086B2 Lily

📋 copy color: '#D086B2'

red 208 ◦ green 134 ◦ blue 178

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

Shades of Lily #D086B2

Tints of Lily #D086B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 40%
G = 25.77%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D086B2 (or 0xD086B2) is known color: Lily. HEX triplet: D0, 86 and B2. RGB value is (208,134,178). Sum of RGB (Red+Green+Blue) = 208+134+178=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086B2 is #2F794D. Grayscale: #A1A1A1. Windows color (decimal): -3111246 or 11699920. OLE color: 11699920.

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

Color convert

RGB 208 134 178 -
CMYK 0 0.36 0.14 0.18
HSL 324.32º 0.44% 0.67% -
HSV(B) 324.32º 0.36% 0.82% -
XYZ 42.57 33.67 46.38 -
YUV 161.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 208 134 178 0 0.36 0.14 0.18 324.32 0.44 0.67
Hex D0 86 B2 0 24 E 12 144 2C 43
Octal 320 206 262 0 44 16 22 504 54 103
Binary 11010000 10000110 10110010 0 100100 1110 10010 101000100 101100 1000011

Color Harmonies of #D086B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086B2

Black with #D086B2

Text Example


Text Example

White with #D086B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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