Html Css Color HEX #D086B7 Lily

📋 copy color: '#D086B7'

red 208 ◦ green 134 ◦ blue 183

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

Shades of Lily #D086B7

Tints of Lily #D086B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 39.62%
G = 25.52%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D086B7 (or 0xD086B7) is known color: Lily. HEX triplet: D0, 86 and B7. RGB value is (208,134,183). Sum of RGB (Red+Green+Blue) = 208+134+183=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086B7 is #2F7948. Grayscale: #A1A1A1. Windows color (decimal): -3111241 or 12027600. OLE color: 12027600.

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

Color convert

RGB 208 134 183 -
CMYK 0 0.36 0.12 0.18
HSL 320.27º 0.44% 0.67% -
HSV(B) 320.27º 0.36% 0.82% -
XYZ 43.08 33.88 49.07 -
YUV 161.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 208 134 183 0 0.36 0.12 0.18 320.27 0.44 0.67
Hex D0 86 B7 0 24 C 12 140 2C 43
Octal 320 206 267 0 44 14 22 500 54 103
Binary 11010000 10000110 10110111 0 100100 1100 10010 101000000 101100 1000011

Color Harmonies of #D086B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086B7

Black with #D086B7

Text Example


Text Example

White with #D086B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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