Html Css Color HEX #D580A1 Can Can

📋 copy color: '#D580A1'

red 213 ◦ green 128 ◦ blue 161

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

Shades of Can Can #D580A1

Tints of Can Can #D580A1

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 42.43%
G = 25.5%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D580A1 (or 0xD580A1) is known color: Can Can. HEX triplet: D5, 80 and A1. RGB value is (213,128,161). Sum of RGB (Red+Green+Blue) = 213+128+161=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D580A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580A1 is #2A7F5E. Grayscale: #9D9D9D. Windows color (decimal): -2785119 or 10584277. OLE color: 10584277.

HSL color Cylindrical-coordinate representation of color #D580A1: hue angle of 336.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580A1 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 161 -
CMYK 0 0.40 0.24 0.16
HSL 336.71º 0.5% 0.67% -
HSV(B) 336.71º 0.4% 0.84% -
XYZ 41.59 32.16 37.73 -
YUV 157.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 213 128 161 0 0.40 0.24 0.16 336.71 0.5 0.67
Hex D5 80 A1 0 28 18 10 151 32 43
Octal 325 200 241 0 50 30 20 521 62 103
Binary 11010101 10000000 10100001 0 101000 11000 10000 101010001 110010 1000011

Color Harmonies of #D580A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580A1

Black with #D580A1

Text Example


Text Example

White with #D580A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580A1; }

 p { color: rgb(213,128,161); }

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

background-color css

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

 a { background-color: rgb(213,128,161); }

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

border-color css

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

 span { border-color: rgb(213,128,161); }

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