#DD25DF

Color #DD25DF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DD25DF

Tints of Deep Magenta #DD25DF

Color information

#DD25DF (or 0xDD25DF) is unknown color: approx Deep Magenta. HEX triplet: DD, 25 and DF. RGB value is (221,37,223). Sum of RGB (Red+Green+Blue) = 221+37+223=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25DF is #22DA20. Grayscale: #707070. Windows color (decimal): -2284065 or 14624221. OLE color: 14624221.

HSL color Cylindrical-coordinate representation of color #DD25DF: hue angle of 299.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25DF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22137223-
CMYK0.010.8300.13
HSL299.35º74.4%50.98%-
HSV(B)299.35º83.41%87.45%-
XYZ43.822.0271.75-
YUV113.22189.96204.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 37 (14.84% from 255) = 7.69%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=45.95%
G=7.69%
B=46.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221372230.010.8300.13299.3574.450.98
HexDD25DF1530D12b4a33
Octal33545337112301545311263
Binary110111011001011101111111010011011011001010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD25DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD25DF; }

 p { color: rgb(221,37,223); }

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

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

 a { background-color: rgb(221,37,223); }

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

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

 span { border-color: rgb(221,37,223); }

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