Html Css Color HEX #D085BF Lily

📋 copy color: '#D085BF'

red 208 ◦ green 133 ◦ blue 191

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

Shades of Lily #D085BF

Tints of Lily #D085BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 39.1%
G = 25%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D085BF (or 0xD085BF) is known color: Lily. HEX triplet: D0, 85 and BF. RGB value is (208,133,191). Sum of RGB (Red+Green+Blue) = 208+133+191=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D085BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085BF is #2F7A40. Grayscale: #A1A1A1. Windows color (decimal): -3111489 or 12551632. OLE color: 12551632.

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

Color convert

RGB 208 133 191 -
CMYK 0 0.36 0.08 0.18
HSL 313.6º 0.44% 0.67% -
HSV(B) 313.6º 0.36% 0.82% -
XYZ 43.8 33.95 53.53 -
YUV 162.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 208 133 191 0 0.36 0.08 0.18 313.6 0.44 0.67
Hex D0 85 BF 0 24 8 12 13A 2C 43
Octal 320 205 277 0 44 10 22 472 54 103
Binary 11010000 10000101 10111111 0 100100 1000 10010 100111010 101100 1000011

Color Harmonies of #D085BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085BF

Black with #D085BF

Text Example


Text Example

White with #D085BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085BF; }

 p { color: rgb(208,133,191); }

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

background-color css

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

 a { background-color: rgb(208,133,191); }

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

border-color css

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

 span { border-color: rgb(208,133,191); }

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