#DF69B2

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

Shades of Hot Pink #DF69B2

Tints of Hot Pink #DF69B2

Color information

#DF69B2 (or 0xDF69B2) is unknown color: approx Hot Pink. HEX triplet: DF, 69 and B2. RGB value is (223,105,178). Sum of RGB (Red+Green+Blue) = 223+105+178=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69B2 is #20964D. Grayscale: #949494. Windows color (decimal): -2135630 or 11692511. OLE color: 11692511.

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

Color convert

RGB223105178-
CMYK00.530.200.13
HSL322.88º64.84%64.31%-
HSV(B)322.88º52.91%87.45%-
XYZ43.5229.0145.42-
YUV148.6144.59181.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=44.07%
G=20.75%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310517800.530.200.13322.8864.8464.31
HexDF69B203514D1434140
Octal3371512620652415503101100
Binary11011111110100110110010011010110100110110100001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF69B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF69B2; }

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

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

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

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

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

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

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

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