Html Css Color HEX #D62DD6 Deep Magenta

📋 copy color: '#D62DD6'

red 214 ◦ green 45 ◦ blue 214

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

Shades of Deep Magenta #D62DD6

Tints of Deep Magenta #D62DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 45.24%
G = 9.51%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D62DD6 (or 0xD62DD6) is known color: Deep Magenta. HEX triplet: D6, 2D and D6. RGB value is (214,45,214). Sum of RGB (Red+Green+Blue) = 214+45+214=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D62DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DD6 is #29D229. Grayscale: #727272. Windows color (decimal): -2740778 or 14036438. OLE color: 14036438.

HSL color Cylindrical-coordinate representation of color #D62DD6: hue angle of 300º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DD6 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 214 -
CMYK 0 0.79 0 0.16
HSL 300º 0.67% 0.51% -
HSV(B) 300º 0.79% 0.84% -
XYZ 40.81 21.03 65.53 -
YUV 114.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 214 45 214 0 0.79 0 0.16 300 0.67 0.51
Hex D6 2D D6 0 4F 0 10 12C 43 33
Octal 326 55 326 0 117 0 20 454 103 63
Binary 11010110 101101 11010110 0 1001111 0 10000 100101100 1000011 110011

Color Harmonies of #D62DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DD6

Black with #D62DD6

Text Example


Text Example

White with #D62DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DD6; }

 p { color: rgb(214,45,214); }

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

background-color css

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

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

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

border-color css

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

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

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