Html Css Color HEX #D42DD7 Deep Magenta

📋 copy color: '#D42DD7'

red 212 ◦ green 45 ◦ blue 215

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

Shades of Deep Magenta #D42DD7

Tints of Deep Magenta #D42DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 44.92%
G = 9.53%
B = 45.55%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D42DD7 (or 0xD42DD7) is known color: Deep Magenta. HEX triplet: D4, 2D and D7. RGB value is (212,45,215). Sum of RGB (Red+Green+Blue) = 212+45+215=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #D42DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DD7 is #2BD228. Grayscale: #717171. Windows color (decimal): -2871849 or 14101972. OLE color: 14101972.

HSL color Cylindrical-coordinate representation of color #D42DD7: hue angle of 298.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DD7 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 45 215 -
CMYK 0.01 0.79 0 0.16
HSL 298.94º 0.68% 0.51% -
HSV(B) 298.94º 0.79% 0.84% -
XYZ 40.36 20.78 66.17 -
YUV 114.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 212 45 215 0.01 0.79 0 0.16 298.94 0.68 0.51
Hex D4 2D D7 1 4F 0 10 12B 44 33
Octal 324 55 327 1 117 0 20 453 104 63
Binary 11010100 101101 11010111 1 1001111 0 10000 100101011 1000100 110011

Color Harmonies of #D42DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DD7

Black with #D42DD7

Text Example


Text Example

White with #D42DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DD7; }

 p { color: rgb(212,45,215); }

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

background-color css

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

 a { background-color: rgb(212,45,215); }

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

border-color css

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

 span { border-color: rgb(212,45,215); }

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