#DC67B7

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

Shades of Hot Pink #DC67B7

Tints of Hot Pink #DC67B7

Color information

#DC67B7 (or 0xDC67B7) is unknown color: approx Hot Pink. HEX triplet: DC, 67 and B7. RGB value is (220,103,183). Sum of RGB (Red+Green+Blue) = 220+103+183=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67B7 is #239848. Grayscale: #929292. Windows color (decimal): -2332745 or 12019676. OLE color: 12019676.

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

Color convert

RGB220103183-
CMYK00.530.170.14
HSL318.97º62.57%63.33%-
HSV(B)318.97º53.18%86.27%-
XYZ42.9128.3448.01-
YUV147.1148.26180-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=43.48%
G=20.36%
B=36.17%

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
Decimal22010318300.530.170.14318.9762.5763.33
HexDC67B703511E13f3f3f
Octal33414726706521164777777
Binary110111001100111101101110110101100011110100111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67B7; }

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

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

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

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

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

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

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

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