Html Css Color HEX #D42CD8 Deep Magenta

📋 copy color: '#D42CD8'

red 212 ◦ green 44 ◦ blue 216

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

Shades of Deep Magenta #D42CD8

Tints of Deep Magenta #D42CD8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 44.92%
G = 9.32%
B = 45.76%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D42CD8 (or 0xD42CD8) is known color: Deep Magenta. HEX triplet: D4, 2C and D8. RGB value is (212,44,216). Sum of RGB (Red+Green+Blue) = 212+44+216=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #D42CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CD8 is #2BD327. Grayscale: #717171. Windows color (decimal): -2872104 or 14167252. OLE color: 14167252.

HSL color Cylindrical-coordinate representation of color #D42CD8: hue angle of 298.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42CD8 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 44 216 -
CMYK 0.02 0.80 0 0.15
HSL 298.6º 0.69% 0.51% -
HSV(B) 298.6º 0.8% 0.85% -
XYZ 40.45 20.76 66.84 -
YUV 113.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 212 44 216 0.02 0.80 0 0.15 298.6 0.69 0.51
Hex D4 2C D8 2 50 0 F 12B 45 33
Octal 324 54 330 2 120 0 17 453 105 63
Binary 11010100 101100 11011000 10 1010000 0 1111 100101011 1000101 110011

Color Harmonies of #D42CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CD8

Black with #D42CD8

Text Example


Text Example

White with #D42CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CD8; }

 p { color: rgb(212,44,216); }

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

background-color css

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

 a { background-color: rgb(212,44,216); }

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

border-color css

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

 span { border-color: rgb(212,44,216); }

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