#DC67AF

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

Shades of Hot Pink #DC67AF

Tints of Hot Pink #DC67AF

Color information

#DC67AF (or 0xDC67AF) is unknown color: approx Hot Pink. HEX triplet: DC, 67 and AF. RGB value is (220,103,175). Sum of RGB (Red+Green+Blue) = 220+103+175=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67AF is #239850. Grayscale: #929292. Windows color (decimal): -2332753 or 11495388. OLE color: 11495388.

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

Color convert

RGB220103175-
CMYK00.530.200.14
HSL323.08º62.57%63.33%-
HSV(B)323.08º53.18%86.27%-
XYZ42.128.0143.75-
YUV146.19144.26180.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=44.18%
G=20.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010317500.530.200.14323.0862.5763.33
HexDC67AF03514E1433f3f
Octal33414725706524165037777
Binary110111001100111101011110110101101001110101000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67AF; }

 p { color: rgb(220,103,175); }

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

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

 a { background-color: rgb(220,103,175); }

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

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

 span { border-color: rgb(220,103,175); }

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