#DC68B2

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

Shades of Hot Pink #DC68B2

Tints of Hot Pink #DC68B2

Color information

#DC68B2 (or 0xDC68B2) is unknown color: approx Hot Pink. HEX triplet: DC, 68 and B2. RGB value is (220,104,178). Sum of RGB (Red+Green+Blue) = 220+104+178=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68B2 is #23974D. Grayscale: #929292. Windows color (decimal): -2332494 or 11692252. OLE color: 11692252.

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

Color convert

RGB220104178-
CMYK00.530.190.14
HSL321.72º62.37%63.53%-
HSV(B)321.72º52.73%86.27%-
XYZ42.528.3345.35-
YUV147.12145.43179.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=43.82%
G=20.72%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010417800.530.190.14321.7262.3763.53
HexDC68B203513E1423e40
Octal334150262065231650276100
Binary1101110011010001011001001101011001111101010000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68B2; }

 p { color: rgb(220,104,178); }

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

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

 a { background-color: rgb(220,104,178); }

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

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

 span { border-color: rgb(220,104,178); }

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