#DC68B7

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

Shades of Hot Pink #DC68B7

Tints of Hot Pink #DC68B7

Color information

#DC68B7 (or 0xDC68B7) is unknown color: approx Hot Pink. HEX triplet: DC, 68 and B7. RGB value is (220,104,183). Sum of RGB (Red+Green+Blue) = 220+104+183=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68B7 is #239748. Grayscale: #939393. Windows color (decimal): -2332489 or 12019932. OLE color: 12019932.

HSL color Cylindrical-coordinate representation of color #DC68B7: hue angle of 319.14º 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 #DC68B7 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220104183-
CMYK00.530.170.14
HSL319.14º62.37%63.53%-
HSV(B)319.14º52.73%86.27%-
XYZ43.0128.5448.04-
YUV147.69147.93179.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=43.39%
G=20.51%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010418300.530.170.14319.1462.3763.53
HexDC68B703511E13f3e40
Octal334150267065211647776100
Binary1101110011010001011011101101011000111101001111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68B7; }

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

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

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

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

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

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

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

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