#D62CDD

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

Shades of Deep Magenta #D62CDD

Tints of Deep Magenta #D62CDD

Color information

#D62CDD (or 0xD62CDD) is unknown color: approx Deep Magenta. HEX triplet: D6, 2C and DD. RGB value is (214,44,221). Sum of RGB (Red+Green+Blue) = 214+44+221=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D62CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CDD is #29D322. Grayscale: #727272. Windows color (decimal): -2741027 or 14494934. OLE color: 14494934.

HSL color Cylindrical-coordinate representation of color #D62CDD: hue angle of 297.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62CDD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21444221-
CMYK0.030.8000.13
HSL297.63º72.24%51.96%-
HSV(B)297.63º80.09%86.67%-
XYZ41.6821.3270.32-
YUV115.01187.82198.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 44 (17.58% from 255) = 9.19%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=44.68%
G=9.19%
B=46.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214442210.030.8000.13297.6372.2451.96
HexD62CDD3500D12a4834
Octal32654335312001545211064
Binary1101011010110011011101111010000011011001010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62CDD; }

 p { color: rgb(214,44,221); }

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

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

 a { background-color: rgb(214,44,221); }

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

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

 span { border-color: rgb(214,44,221); }

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