#D62CDE

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

Shades of Deep Magenta #D62CDE

Tints of Deep Magenta #D62CDE

Color information

#D62CDE (or 0xD62CDE) is unknown color: approx Deep Magenta. HEX triplet: D6, 2C and DE. RGB value is (214,44,222). Sum of RGB (Red+Green+Blue) = 214+44+222=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #D62CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CDE is #29D321. Grayscale: #727272. Windows color (decimal): -2741026 or 14560470. OLE color: 14560470.

HSL color Cylindrical-coordinate representation of color #D62CDE: hue angle of 297.3º degrees, saturation: 0.73, 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 #D62CDE is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21444222-
CMYK0.040.8000.13
HSL297.3º72.95%52.16%-
HSV(B)297.3º80.18%87.06%-
XYZ41.8221.3771.03-
YUV115.12188.32198.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=44.58%
G=9.17%
B=46.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214442220.040.8000.13297.372.9552.16
HexD62CDE4500D1294934
Octal32654336412001545111164
Binary11010110101100110111101001010000011011001010011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62CDE; }

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

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

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

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

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

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

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

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