Html Css Color HEX #D62CDB Deep Magenta

📋 copy color: '#D62CDB'

red 214 ◦ green 44 ◦ blue 219

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

Shades of Deep Magenta #D62CDB

Tints of Deep Magenta #D62CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.22%

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

R = 44.86%
G = 9.22%
B = 45.91%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D62CDB (or 0xD62CDB) is known color: Deep Magenta. HEX triplet: D6, 2C and DB. RGB value is (214,44,219). Sum of RGB (Red+Green+Blue) = 214+44+219=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D62CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CDB is #29D324. Grayscale: #727272. Windows color (decimal): -2741029 or 14363862. OLE color: 14363862.

HSL color Cylindrical-coordinate representation of color #D62CDB: hue angle of 298.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62CDB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 44 219 -
CMYK 0.02 0.80 0 0.14
HSL 298.29º 0.71% 0.52% -
HSV(B) 298.29º 0.8% 0.86% -
XYZ 41.42 21.21 68.93 -
YUV 114.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 214 44 219 0.02 0.80 0 0.14 298.29 0.71 0.52
Hex D6 2C DB 2 50 0 E 12A 47 34
Octal 326 54 333 2 120 0 16 452 107 64
Binary 11010110 101100 11011011 10 1010000 0 1110 100101010 1000111 110100

Color Harmonies of #D62CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62CDB

Black with #D62CDB

Text Example


Text Example

White with #D62CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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