Html Css Color HEX #D086BE Lily

📋 copy color: '#D086BE'

red 208 ◦ green 134 ◦ blue 190

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

Shades of Lily #D086BE

Tints of Lily #D086BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 39.1%
G = 25.19%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D086BE (or 0xD086BE) is known color: Lily. HEX triplet: D0, 86 and BE. RGB value is (208,134,190). Sum of RGB (Red+Green+Blue) = 208+134+190=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D086BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086BE is #2F7941. Grayscale: #A2A2A2. Windows color (decimal): -3111234 or 12486352. OLE color: 12486352.

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

Color convert

RGB 208 134 190 -
CMYK 0 0.36 0.09 0.18
HSL 314.59º 0.44% 0.67% -
HSV(B) 314.59º 0.36% 0.82% -
XYZ 43.83 34.18 53 -
YUV 162.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 208 134 190 0 0.36 0.09 0.18 314.59 0.44 0.67
Hex D0 86 BE 0 24 9 12 13B 2C 43
Octal 320 206 276 0 44 11 22 473 54 103
Binary 11010000 10000110 10111110 0 100100 1001 10010 100111011 101100 1000011

Color Harmonies of #D086BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086BE

Black with #D086BE

Text Example


Text Example

White with #D086BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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