#DC69B1

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

Shades of Hot Pink #DC69B1

Tints of Hot Pink #DC69B1

Color information

#DC69B1 (or 0xDC69B1) is unknown color: approx Hot Pink. HEX triplet: DC, 69 and B1. RGB value is (220,105,177). Sum of RGB (Red+Green+Blue) = 220+105+177=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69B1 is #23964E. Grayscale: #939393. Windows color (decimal): -2332239 or 11626972. OLE color: 11626972.

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

Color convert

RGB220105177-
CMYK00.520.200.14
HSL322.43º62.16%63.73%-
HSV(B)322.43º52.27%86.27%-
XYZ42.528.4944.85-
YUV147.59144.6179.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=43.82%
G=20.92%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010517700.520.200.14322.4362.1663.73
HexDC69B103414E1423e40
Octal334151261064241650276100
Binary1101110011010011011000101101001010011101010000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69B1; }

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

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

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

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

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

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

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

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