#DF65B3

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

Shades of Hot Pink #DF65B3

Tints of Hot Pink #DF65B3

Color information

#DF65B3 (or 0xDF65B3) is unknown color: approx Hot Pink. HEX triplet: DF, 65 and B3. RGB value is (223,101,179). Sum of RGB (Red+Green+Blue) = 223+101+179=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65B3 is #209A4C. Grayscale: #929292. Windows color (decimal): -2136653 or 11757023. OLE color: 11757023.

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

Color convert

RGB223101179-
CMYK00.550.200.13
HSL321.64º65.59%63.53%-
HSV(B)321.64º54.71%87.45%-
XYZ43.2228.2545.82-
YUV146.37146.42182.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=44.33%
G=20.08%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310117900.550.200.13321.6465.5963.53
HexDF65B303714D1424240
Octal3371452630672415502102100
Binary11011111110010110110011011011110100110110100001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65B3; }

 p { color: rgb(223,101,179); }

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

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

 a { background-color: rgb(223,101,179); }

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

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

 span { border-color: rgb(223,101,179); }

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