Html Css Color HEX #D62ADB Deep Magenta

📋 copy color: '#D62ADB'

red 214 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D62ADB

Tints of Deep Magenta #D62ADB

RGB

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

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

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

R = 45.05%
G = 8.84%
B = 46.11%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D62ADB (or 0xD62ADB) is known color: Deep Magenta. HEX triplet: D6, 2A and DB. RGB value is (214,42,219). Sum of RGB (Red+Green+Blue) = 214+42+219=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D62ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ADB is #29D524. Grayscale: #717171. Windows color (decimal): -2741541 or 14363350. OLE color: 14363350.

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

Color convert

RGB 214 42 219 -
CMYK 0.02 0.81 0 0.14
HSL 298.31º 0.71% 0.51% -
HSV(B) 298.31º 0.81% 0.86% -
XYZ 41.35 21.07 68.9 -
YUV 113.61 187.48 199.61 -
System Red Green Blue C M Y K H S L
Decimal 214 42 219 0.02 0.81 0 0.14 298.31 0.71 0.51
Hex D6 2A DB 2 51 0 E 12A 47 33
Octal 326 52 333 2 121 0 16 452 107 63
Binary 11010110 101010 11011011 10 1010001 0 1110 100101010 1000111 110011

Color Harmonies of #D62ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62ADB

Black with #D62ADB

Text Example


Text Example

White with #D62ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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