Html Css Color HEX #D087BA Lily

📋 copy color: '#D087BA'

red 208 ◦ green 135 ◦ blue 186

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

Shades of Lily #D087BA

Tints of Lily #D087BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.52%

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

R = 39.32%
G = 25.52%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D087BA (or 0xD087BA) is known color: Lily. HEX triplet: D0, 87 and BA. RGB value is (208,135,186). Sum of RGB (Red+Green+Blue) = 208+135+186=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D087BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087BA is #2F7845. Grayscale: #A2A2A2. Windows color (decimal): -3110982 or 12224464. OLE color: 12224464.

HSL color Cylindrical-coordinate representation of color #D087BA: hue angle of 318.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087BA is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 186 -
CMYK 0 0.35 0.11 0.18
HSL 318.08º 0.44% 0.67% -
HSV(B) 318.08º 0.35% 0.82% -
XYZ 43.54 34.28 50.78 -
YUV 162.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 208 135 186 0 0.35 0.11 0.18 318.08 0.44 0.67
Hex D0 87 BA 0 23 B 12 13E 2C 43
Octal 320 207 272 0 43 13 22 476 54 103
Binary 11010000 10000111 10111010 0 100011 1011 10010 100111110 101100 1000011

Color Harmonies of #D087BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087BA

Black with #D087BA

Text Example


Text Example

White with #D087BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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