Html Css Color HEX #D085BA Lily

📋 copy color: '#D085BA'

red 208 ◦ green 133 ◦ blue 186

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

Shades of Lily #D085BA

Tints of Lily #D085BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 39.47%
G = 25.24%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D085BA (or 0xD085BA) is known color: Lily. HEX triplet: D0, 85 and BA. RGB value is (208,133,186). Sum of RGB (Red+Green+Blue) = 208+133+186=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D085BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085BA is #2F7A45. Grayscale: #A1A1A1. Windows color (decimal): -3111494 or 12223952. OLE color: 12223952.

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

Color convert

RGB 208 133 186 -
CMYK 0 0.36 0.11 0.18
HSL 317.6º 0.44% 0.67% -
HSV(B) 317.6º 0.36% 0.82% -
XYZ 43.26 33.73 50.68 -
YUV 161.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 208 133 186 0 0.36 0.11 0.18 317.6 0.44 0.67
Hex D0 85 BA 0 24 B 12 13E 2C 43
Octal 320 205 272 0 44 13 22 476 54 103
Binary 11010000 10000101 10111010 0 100100 1011 10010 100111110 101100 1000011

Color Harmonies of #D085BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085BA

Black with #D085BA

Text Example


Text Example

White with #D085BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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