Html Css Color HEX #D480A0 Can Can

📋 copy color: '#D480A0'

red 212 ◦ green 128 ◦ blue 160

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

Shades of Can Can #D480A0

Tints of Can Can #D480A0

RGB

 RED value IS 212 (83.2% from 255) = 42.4%

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 42.4%
G = 25.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D480A0 (or 0xD480A0) is known color: Can Can. HEX triplet: D4, 80 and A0. RGB value is (212,128,160). Sum of RGB (Red+Green+Blue) = 212+128+160=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D480A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D480A0 is #2B7F5F. Grayscale: #9C9C9C. Windows color (decimal): -2850656 or 10518740. OLE color: 10518740.

HSL color Cylindrical-coordinate representation of color #D480A0: hue angle of 337.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480A0 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 160 -
CMYK 0 0.40 0.25 0.17
HSL 337.14º 0.49% 0.67% -
HSV(B) 337.14º 0.4% 0.83% -
XYZ 41.22 31.97 37.26 -
YUV 156.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 212 128 160 0 0.40 0.25 0.17 337.14 0.49 0.67
Hex D4 80 A0 0 28 19 11 151 31 43
Octal 324 200 240 0 50 31 21 521 61 103
Binary 11010100 10000000 10100000 0 101000 11001 10001 101010001 110001 1000011

Color Harmonies of #D480A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480A0

Black with #D480A0

Text Example


Text Example

White with #D480A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480A0; }

 p { color: rgb(212,128,160); }

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

background-color css

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

 a { background-color: rgb(212,128,160); }

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

border-color css

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

 span { border-color: rgb(212,128,160); }

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