Html Css Color HEX #D080B1 Lily

📋 copy color: '#D080B1'

red 208 ◦ green 128 ◦ blue 177

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

Shades of Lily #D080B1

Tints of Lily #D080B1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.95%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 40.55%
G = 24.95%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D080B1 (or 0xD080B1) is known color: Lily. HEX triplet: D0, 80 and B1. RGB value is (208,128,177). Sum of RGB (Red+Green+Blue) = 208+128+177=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D080B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080B1 is #2F7F4E. Grayscale: #9D9D9D. Windows color (decimal): -3112783 or 11632848. OLE color: 11632848.

HSL color Cylindrical-coordinate representation of color #D080B1: hue angle of 323.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080B1 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 177 -
CMYK 0 0.38 0.15 0.18
HSL 323.25º 0.46% 0.66% -
HSV(B) 323.25º 0.38% 0.82% -
XYZ 41.67 32.02 45.58 -
YUV 157.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 208 128 177 0 0.38 0.15 0.18 323.25 0.46 0.66
Hex D0 80 B1 0 26 F 12 143 2E 42
Octal 320 200 261 0 46 17 22 503 56 102
Binary 11010000 10000000 10110001 0 100110 1111 10010 101000011 101110 1000010

Color Harmonies of #D080B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080B1

Black with #D080B1

Text Example


Text Example

White with #D080B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080B1; }

 p { color: rgb(208,128,177); }

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

background-color css

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

 a { background-color: rgb(208,128,177); }

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

border-color css

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

 span { border-color: rgb(208,128,177); }

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