#DC69B3

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

Shades of Hot Pink #DC69B3

Tints of Hot Pink #DC69B3

Color information

#DC69B3 (or 0xDC69B3) is unknown color: approx Hot Pink. HEX triplet: DC, 69 and B3. RGB value is (220,105,179). Sum of RGB (Red+Green+Blue) = 220+105+179=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69B3 is #23964C. Grayscale: #939393. Windows color (decimal): -2332237 or 11758044. OLE color: 11758044.

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

Color convert

RGB220105179-
CMYK00.520.190.14
HSL321.39º62.16%63.73%-
HSV(B)321.39º52.27%86.27%-
XYZ42.728.5745.91-
YUV147.82145.6179.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=43.65%
G=20.83%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010517900.520.190.14321.3962.1663.73
HexDC69B303413E1413e40
Octal334151263064231650176100
Binary1101110011010011011001101101001001111101010000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69B3; }

 p { color: rgb(220,105,179); }

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

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

 a { background-color: rgb(220,105,179); }

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

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

 span { border-color: rgb(220,105,179); }

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