Html Css Color HEX #DC6180 Dark Pink

📋 copy color: '#DC6180'

red 220 ◦ green 97 ◦ blue 128

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

Shades of Dark Pink #DC6180

Tints of Dark Pink #DC6180

RGB

 RED value IS 220 (86.33% from 255) = 49.44%

 GREEN value IS 97 (38.28% from 255) = 21.8%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 49.44%
G = 21.8%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC6180 (or 0xDC6180) is known color: Dark Pink. HEX triplet: DC, 61 and 80. RGB value is (220,97,128). Sum of RGB (Red+Green+Blue) = 220+97+128=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6180 is #239E7F. Grayscale: #898989. Windows color (decimal): -2334336 or 8413660. OLE color: 8413660.

HSL color Cylindrical-coordinate representation of color #DC6180: hue angle of 344.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6180 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 128 -
CMYK 0 0.56 0.42 0.14
HSL 344.88º 0.64% 0.62% -
HSV(B) 344.88º 0.56% 0.86% -
XYZ 37.69 25.32 23.32 -
YUV 137.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 220 97 128 0 0.56 0.42 0.14 344.88 0.64 0.62
Hex DC 61 80 0 38 2A E 159 40 3E
Octal 334 141 200 0 70 52 16 531 100 76
Binary 11011100 1100001 10000000 0 111000 101010 1110 101011001 1000000 111110

Color Harmonies of #DC6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6180

Black with #DC6180

Text Example


Text Example

White with #DC6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6180; }

 p { color: rgb(220,97,128); }

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

background-color css

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

 a { background-color: rgb(220,97,128); }

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

border-color css

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

 span { border-color: rgb(220,97,128); }

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