#DC6AB1

Color #DC6AB1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DC6AB1

Tints of Hot Pink #DC6AB1

Color information

#DC6AB1 (or 0xDC6AB1) is unknown color: approx Hot Pink. HEX triplet: DC, 6A and B1. RGB value is (220,106,177). Sum of RGB (Red+Green+Blue) = 220+106+177=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AB1 is #23954E. Grayscale: #949494. Windows color (decimal): -2331983 or 11627228. OLE color: 11627228.

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

Color convert

RGB220106177-
CMYK00.520.200.14
HSL322.63º61.96%63.92%-
HSV(B)322.63º51.82%86.27%-
XYZ42.6128.744.89-
YUV148.18144.27179.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=43.74%
G=21.07%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010617700.520.200.14322.6361.9663.92
HexDC6AB103414E1433e40
Octal334152261064241650376100
Binary1101110011010101011000101101001010011101010000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6AB1; }

 p { color: rgb(220,106,177); }

 H1.HeaderClassName
 {
   color: #DC6AB1;
 }
 .AnyTagClassName
 {
   color: #DC6AB1;
 }
</style>
background-color css

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

 a { background-color: rgb(220,106,177); }

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

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

 span { border-color: rgb(220,106,177); }

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