Html Css Color HEX #D22ADB Deep Magenta

📋 copy color: '#D22ADB'

red 210 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D22ADB

Tints of Deep Magenta #D22ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 44.59%
G = 8.92%
B = 46.5%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D22ADB (or 0xD22ADB) is known color: Deep Magenta. HEX triplet: D2, 2A and DB. RGB value is (210,42,219). Sum of RGB (Red+Green+Blue) = 210+42+219=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D22ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADB is #2DD524. Grayscale: #6F6F6F. Windows color (decimal): -3003685 or 14363346. OLE color: 14363346.

HSL color Cylindrical-coordinate representation of color #D22ADB: hue angle of 296.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22ADB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 42 219 -
CMYK 0.04 0.81 0 0.14
HSL 296.95º 0.71% 0.51% -
HSV(B) 296.95º 0.81% 0.86% -
XYZ 40.19 20.47 68.85 -
YUV 112.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 210 42 219 0.04 0.81 0 0.14 296.95 0.71 0.51
Hex D2 2A DB 4 51 0 E 129 47 33
Octal 322 52 333 4 121 0 16 451 107 63
Binary 11010010 101010 11011011 100 1010001 0 1110 100101001 1000111 110011

Color Harmonies of #D22ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22ADB

Black with #D22ADB

Text Example


Text Example

White with #D22ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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