#D422BE

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

Shades of Deep Magenta #D422BE

Tints of Deep Magenta #D422BE

Color information

#D422BE (or 0xD422BE) is unknown color: approx Deep Magenta. HEX triplet: D4, 22 and BE. RGB value is (212,34,190). Sum of RGB (Red+Green+Blue) = 212+34+190=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D422BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422BE is #2BDD41. Grayscale: #686868. Windows color (decimal): -2874690 or 12460756. OLE color: 12460756.

HSL color Cylindrical-coordinate representation of color #D422BE: hue angle of 307.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D422BE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21234190-
CMYK00.840.100.17
HSL307.42º72.36%48.24%-
HSV(B)307.42º83.96%83.14%-
XYZ37.0218.8650.4-
YUV105.01175.97204.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.62%
GREEN value IS 34 (13.67% from 255) = 7.80%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=48.62%
G=7.80%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123419000.840.100.17307.4272.3648.24
HexD422BE054A111334830
Octal324422760124122146311060
Binary1101010010001010111110010101001010100011001100111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D422BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D422BE; }

 p { color: rgb(212,34,190); }

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

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

 a { background-color: rgb(212,34,190); }

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

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

 span { border-color: rgb(212,34,190); }

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