#D025C4

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

Shades of Deep Magenta #D025C4

Tints of Deep Magenta #D025C4

Color information

#D025C4 (or 0xD025C4) is unknown color: approx Deep Magenta. HEX triplet: D0, 25 and C4. RGB value is (208,37,196). Sum of RGB (Red+Green+Blue) = 208+37+196=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C4 is #2FDA3B. Grayscale: #696969. Windows color (decimal): -3136060 or 12854736. OLE color: 12854736.

HSL color Cylindrical-coordinate representation of color #D025C4: hue angle of 304.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D025C4 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20837196-
CMYK00.820.060.18
HSL304.21º69.8%48.04%-
HSV(B)304.21º82.21%81.57%-
XYZ36.6418.7253.91-
YUV106.26178.65200.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 8.39%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=47.17%
G=8.39%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083719600.820.060.18304.2169.848.04
HexD025C40526121304630
Octal32045304012262246010660
Binary110100001001011100010001010010110100101001100001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D025C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D025C4; }

 p { color: rgb(208,37,196); }

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

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

 a { background-color: rgb(208,37,196); }

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

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

 span { border-color: rgb(208,37,196); }

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