Html Css Color HEX #D424DE Deep Magenta

📋 copy color: '#D424DE'

red 212 ◦ green 36 ◦ blue 222

#D424DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D424DE

Tints of Deep Magenta #D424DE

RGB

 RED value IS 212 (83.2% from 255) = 45.11%

 GREEN value IS 36 (14.45% from 255) = 7.66%

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 45.11%
G = 7.66%
B = 47.23%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D424DE (or 0xD424DE) is known color: Deep Magenta. HEX triplet: D4, 24 and DE. RGB value is (212,36,222). Sum of RGB (Red+Green+Blue) = 212+36+222=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #D424DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424DE is #2BDB21. Grayscale: #6D6D6D. Windows color (decimal): -2874146 or 14558420. OLE color: 14558420.

HSL color Cylindrical-coordinate representation of color #D424DE: hue angle of 296.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D424DE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 36 222 -
CMYK 0.05 0.84 0 0.13
HSL 296.77º 0.74% 0.51% -
HSV(B) 296.77º 0.84% 0.87% -
XYZ 40.97 20.53 70.91 -
YUV 109.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 212 36 222 0.05 0.84 0 0.13 296.77 0.74 0.51
Hex D4 24 DE 5 54 0 D 129 4A 33
Octal 324 44 336 5 124 0 15 451 112 63
Binary 11010100 100100 11011110 101 1010100 0 1101 100101001 1001010 110011

Color Harmonies of #D424DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424DE

Black with #D424DE

Text Example


Text Example

White with #D424DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424DE; }

 p { color: rgb(212,36,222); }

 H1.HeaderClassName
 {
   color: #D424DE;
 }
 .AnyTagClassName
 {
   color: #D424DE;
 }
</style>

background-color css

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

 a { background-color: rgb(212,36,222); }

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

border-color css

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

 span { border-color: rgb(212,36,222); }

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