Html Css Color HEX #D280BA Lily

📋 copy color: '#D280BA'

red 210 ◦ green 128 ◦ blue 186

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

Shades of Lily #D280BA

Tints of Lily #D280BA

RGB

 RED value IS 210 (82.42% from 255) = 40.08%

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

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

R = 40.08%
G = 24.43%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D280BA (or 0xD280BA) is known color: Lily. HEX triplet: D2, 80 and BA. RGB value is (210,128,186). Sum of RGB (Red+Green+Blue) = 210+128+186=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D280BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280BA is #2D7F45. Grayscale: #9E9E9E. Windows color (decimal): -2981702 or 12222674. OLE color: 12222674.

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

Color convert

RGB 210 128 186 -
CMYK 0 0.39 0.11 0.18
HSL 317.56º 0.48% 0.66% -
HSV(B) 317.56º 0.39% 0.82% -
XYZ 43.16 32.69 50.49 -
YUV 159.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 210 128 186 0 0.39 0.11 0.18 317.56 0.48 0.66
Hex D2 80 BA 0 27 B 12 13E 30 42
Octal 322 200 272 0 47 13 22 476 60 102
Binary 11010010 10000000 10111010 0 100111 1011 10010 100111110 110000 1000010

Color Harmonies of #D280BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280BA

Black with #D280BA

Text Example


Text Example

White with #D280BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280BA; }

 p { color: rgb(210,128,186); }

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

background-color css

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

 a { background-color: rgb(210,128,186); }

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

border-color css

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

 span { border-color: rgb(210,128,186); }

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