Html Css Color HEX #D42BDD Deep Magenta

📋 copy color: '#D42BDD'

red 212 ◦ green 43 ◦ blue 221

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

Shades of Deep Magenta #D42BDD

Tints of Deep Magenta #D42BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.03%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 44.54%
G = 9.03%
B = 46.43%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D42BDD (or 0xD42BDD) is known color: Deep Magenta. HEX triplet: D4, 2B and DD. RGB value is (212,43,221). Sum of RGB (Red+Green+Blue) = 212+43+221=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D42BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BDD is #2BD422. Grayscale: #717171. Windows color (decimal): -2872355 or 14494676. OLE color: 14494676.

HSL color Cylindrical-coordinate representation of color #D42BDD: hue angle of 296.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42BDD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 43 221 -
CMYK 0.04 0.81 0 0.13
HSL 296.97º 0.72% 0.52% -
HSV(B) 296.97º 0.81% 0.87% -
XYZ 41.07 20.95 70.29 -
YUV 113.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 212 43 221 0.04 0.81 0 0.13 296.97 0.72 0.52
Hex D4 2B DD 4 51 0 D 129 48 34
Octal 324 53 335 4 121 0 15 451 110 64
Binary 11010100 101011 11011101 100 1010001 0 1101 100101001 1001000 110100

Color Harmonies of #D42BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42BDD

Black with #D42BDD

Text Example


Text Example

White with #D42BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42BDD; }

 p { color: rgb(212,43,221); }

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

background-color css

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

 a { background-color: rgb(212,43,221); }

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

border-color css

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

 span { border-color: rgb(212,43,221); }

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