#D622C9

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

Shades of Deep Magenta #D622C9

Tints of Deep Magenta #D622C9

Color information

#D622C9 (or 0xD622C9) is unknown color: approx Deep Magenta. HEX triplet: D6, 22 and C9. RGB value is (214,34,201). Sum of RGB (Red+Green+Blue) = 214+34+201=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D622C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622C9 is #29DD36. Grayscale: #6A6A6A. Windows color (decimal): -2743607 or 13181654. OLE color: 13181654.

HSL color Cylindrical-coordinate representation of color #D622C9: hue angle of 304.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D622C9 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21434201-
CMYK00.840.060.16
HSL304.33º72.58%48.63%-
HSV(B)304.33º84.11%83.92%-
XYZ38.8519.6657.01-
YUV106.86181.13204.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 34 (13.67% from 255) = 7.57%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=47.66%
G=7.57%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143420100.840.060.16304.3372.5848.63
HexD622C90546101304931
Octal32642311012462046011161
Binary110101101000101100100101010100110100001001100001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D622C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D622C9; }

 p { color: rgb(214,34,201); }

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

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

 a { background-color: rgb(214,34,201); }

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

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

 span { border-color: rgb(214,34,201); }

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