Html Css Color HEX #D080B4 Lily

📋 copy color: '#D080B4'

red 208 ◦ green 128 ◦ blue 180

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

Shades of Lily #D080B4

Tints of Lily #D080B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 40.31%
G = 24.81%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D080B4 (or 0xD080B4) is known color: Lily. HEX triplet: D0, 80 and B4. RGB value is (208,128,180). Sum of RGB (Red+Green+Blue) = 208+128+180=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D080B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080B4 is #2F7F4B. Grayscale: #9D9D9D. Windows color (decimal): -3112780 or 11829456. OLE color: 11829456.

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

Color convert

RGB 208 128 180 -
CMYK 0 0.38 0.13 0.18
HSL 321º 0.46% 0.66% -
HSV(B) 321º 0.38% 0.82% -
XYZ 41.97 32.14 47.17 -
YUV 157.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 208 128 180 0 0.38 0.13 0.18 321 0.46 0.66
Hex D0 80 B4 0 26 D 12 141 2E 42
Octal 320 200 264 0 46 15 22 501 56 102
Binary 11010000 10000000 10110100 0 100110 1101 10010 101000001 101110 1000010

Color Harmonies of #D080B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080B4

Black with #D080B4

Text Example


Text Example

White with #D080B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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