Html Css Color HEX #D62ADD Deep Magenta

📋 copy color: '#D62ADD'

red 214 ◦ green 42 ◦ blue 221

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

Shades of Deep Magenta #D62ADD

Tints of Deep Magenta #D62ADD

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

 GREEN value IS 42 (16.8% from 255) = 8.81%

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

R = 44.86%
G = 8.81%
B = 46.33%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D62ADD (or 0xD62ADD) is known color: Deep Magenta. HEX triplet: D6, 2A and DD. RGB value is (214,42,221). Sum of RGB (Red+Green+Blue) = 214+42+221=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #D62ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ADD is #29D522. Grayscale: #717171. Windows color (decimal): -2741539 or 14494422. OLE color: 14494422.

HSL color Cylindrical-coordinate representation of color #D62ADD: hue angle of 297.65º 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 #D62ADD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 42 221 -
CMYK 0.03 0.81 0 0.13
HSL 297.65º 0.72% 0.52% -
HSV(B) 297.65º 0.81% 0.87% -
XYZ 41.61 21.17 70.3 -
YUV 113.83 188.48 199.45 -
System Red Green Blue C M Y K H S L
Decimal 214 42 221 0.03 0.81 0 0.13 297.65 0.72 0.52
Hex D6 2A DD 3 51 0 D 12A 48 34
Octal 326 52 335 3 121 0 15 452 110 64
Binary 11010110 101010 11011101 11 1010001 0 1101 100101010 1001000 110100

Color Harmonies of #D62ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62ADD

Black with #D62ADD

Text Example


Text Example

White with #D62ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62ADD; }

 p { color: rgb(214,42,221); }

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

background-color css

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

 a { background-color: rgb(214,42,221); }

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

border-color css

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

 span { border-color: rgb(214,42,221); }

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