#DF69B1

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

Shades of Hot Pink #DF69B1

Tints of Hot Pink #DF69B1

Color information

#DF69B1 (or 0xDF69B1) is unknown color: approx Hot Pink. HEX triplet: DF, 69 and B1. RGB value is (223,105,177). Sum of RGB (Red+Green+Blue) = 223+105+177=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69B1 is #20964E. Grayscale: #949494. Windows color (decimal): -2135631 or 11626975. OLE color: 11626975.

HSL color Cylindrical-coordinate representation of color #DF69B1: hue angle of 323.39º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69B1 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223105177-
CMYK00.530.210.13
HSL323.39º64.84%64.31%-
HSV(B)323.39º52.91%87.45%-
XYZ43.4228.9744.9-
YUV148.49144.09181.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=44.16%
G=20.79%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310517700.530.210.13323.3964.8464.31
HexDF69B103515D1434140
Octal3371512610652515503101100
Binary11011111110100110110001011010110101110110100001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF69B1; }

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

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

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

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

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

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

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

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