Html Css Color HEX #D424CD Deep Magenta

📋 copy color: '#D424CD'

red 212 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #D424CD

Tints of Deep Magenta #D424CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 46.8%
G = 7.95%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D424CD (or 0xD424CD) is known color: Deep Magenta. HEX triplet: D4, 24 and CD. RGB value is (212,36,205). Sum of RGB (Red+Green+Blue) = 212+36+205=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D424CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424CD is #2BDB32. Grayscale: #6B6B6B. Windows color (decimal): -2874163 or 13444308. OLE color: 13444308.

HSL color Cylindrical-coordinate representation of color #D424CD: hue angle of 302.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424CD is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 205 -
CMYK 0 0.83 0.03 0.17
HSL 302.39º 0.71% 0.49% -
HSV(B) 302.39º 0.83% 0.83% -
XYZ 38.8 19.67 59.51 -
YUV 107.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 212 36 205 0 0.83 0.03 0.17 302.39 0.71 0.49
Hex D4 24 CD 0 53 3 11 12E 47 31
Octal 324 44 315 0 123 3 21 456 107 61
Binary 11010100 100100 11001101 0 1010011 11 10001 100101110 1000111 110001

Color Harmonies of #D424CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424CD

Black with #D424CD

Text Example


Text Example

White with #D424CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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