#d623e2

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

Shades of Deep Magenta #D623E2

Tints of Deep Magenta #D623E2

Color information

#D623E2 (or 0xD623E2) is unknown color: approx Deep Magenta. HEX triplet: D6, 23 and E2. RGB value is (214,35,226). Sum of RGB (Red+Green+Blue) = 214+35+226=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #D623E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623E2 is #29DC1D. Grayscale: #6D6D6D. Windows color (decimal): -2743326 or 14820310. OLE color: 14820310.

HSL color Cylindrical-coordinate representation of color #D623E2: hue angle of 296.23º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D623E2 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21435226-
CMYK0.050.8500.11
HSL296.23º76.71%51.18%-
HSV(B)296.23º84.51%88.63%-
XYZ42.0620.9973.79-
YUV110.29193.3201.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 35 (14.06% from 255) = 7.37%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=45.05%
G=7.37%
B=47.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214352260.050.8500.11296.2376.7151.18
HexD623E25550B1284d33
Octal32643342512501345011563
Binary11010110100011111000101011010101010111001010001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d623e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d623e2; }

 p { color: rgb(214,35,226); }

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

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

 a { background-color: rgb(214,35,226); }

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

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

 span { border-color: rgb(214,35,226); }

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