Html Css Color HEX #D080BB Lily

📋 copy color: '#D080BB'

red 208 ◦ green 128 ◦ blue 187

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

Shades of Lily #D080BB

Tints of Lily #D080BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 39.77%
G = 24.47%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D080BB (or 0xD080BB) is known color: Lily. HEX triplet: D0, 80 and BB. RGB value is (208,128,187). Sum of RGB (Red+Green+Blue) = 208+128+187=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D080BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080BB is #2F7F44. Grayscale: #9E9E9E. Windows color (decimal): -3112773 or 12288208. OLE color: 12288208.

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

Color convert

RGB 208 128 187 -
CMYK 0 0.38 0.10 0.18
HSL 315.75º 0.46% 0.66% -
HSV(B) 315.75º 0.38% 0.82% -
XYZ 42.7 32.44 51.02 -
YUV 158.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 208 128 187 0 0.38 0.10 0.18 315.75 0.46 0.66
Hex D0 80 BB 0 26 A 12 13C 2E 42
Octal 320 200 273 0 46 12 22 474 56 102
Binary 11010000 10000000 10111011 0 100110 1010 10010 100111100 101110 1000010

Color Harmonies of #D080BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080BB

Black with #D080BB

Text Example


Text Example

White with #D080BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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