Html Css Color HEX #D087B0 Lily

📋 copy color: '#D087B0'

red 208 ◦ green 135 ◦ blue 176

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

Shades of Lily #D087B0

Tints of Lily #D087B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 40.08%
G = 26.01%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D087B0 (or 0xD087B0) is known color: Lily. HEX triplet: D0, 87 and B0. RGB value is (208,135,176). Sum of RGB (Red+Green+Blue) = 208+135+176=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D087B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087B0 is #2F784F. Grayscale: #A1A1A1. Windows color (decimal): -3110992 or 11569104. OLE color: 11569104.

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

Color convert

RGB 208 135 176 -
CMYK 0 0.35 0.15 0.18
HSL 326.3º 0.44% 0.67% -
HSV(B) 326.3º 0.35% 0.82% -
XYZ 42.51 33.87 45.37 -
YUV 161.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 208 135 176 0 0.35 0.15 0.18 326.3 0.44 0.67
Hex D0 87 B0 0 23 F 12 146 2C 43
Octal 320 207 260 0 43 17 22 506 54 103
Binary 11010000 10000111 10110000 0 100011 1111 10010 101000110 101100 1000011

Color Harmonies of #D087B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087B0

Black with #D087B0

Text Example


Text Example

White with #D087B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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