Html Css Color HEX #D22ADD Deep Magenta

📋 copy color: '#D22ADD'

red 210 ◦ green 42 ◦ blue 221

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

Shades of Deep Magenta #D22ADD

Tints of Deep Magenta #D22ADD

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

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

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

R = 44.4%
G = 8.88%
B = 46.72%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D22ADD (or 0xD22ADD) is known color: Deep Magenta. HEX triplet: D2, 2A and DD. RGB value is (210,42,221). Sum of RGB (Red+Green+Blue) = 210+42+221=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D22ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADD is #2DD522. Grayscale: #707070. Windows color (decimal): -3003683 or 14494418. OLE color: 14494418.

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

Color convert

RGB 210 42 221 -
CMYK 0.05 0.81 0 0.13
HSL 296.31º 0.72% 0.52% -
HSV(B) 296.31º 0.81% 0.87% -
XYZ 40.46 20.58 70.25 -
YUV 112.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 210 42 221 0.05 0.81 0 0.13 296.31 0.72 0.52
Hex D2 2A DD 5 51 0 D 128 48 34
Octal 322 52 335 5 121 0 15 450 110 64
Binary 11010010 101010 11011101 101 1010001 0 1101 100101000 1001000 110100

Color Harmonies of #D22ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22ADD

Black with #D22ADD

Text Example


Text Example

White with #D22ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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