Html Css Color HEX #D62ACD Deep Magenta

📋 copy color: '#D62ACD'

red 214 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #D62ACD

Tints of Deep Magenta #D62ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 46.42%
G = 9.11%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D62ACD (or 0xD62ACD) is known color: Deep Magenta. HEX triplet: D6, 2A and CD. RGB value is (214,42,205). Sum of RGB (Red+Green+Blue) = 214+42+205=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D62ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ACD is #29D532. Grayscale: #6F6F6F. Windows color (decimal): -2741555 or 13445846. OLE color: 13445846.

HSL color Cylindrical-coordinate representation of color #D62ACD: hue angle of 303.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62ACD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 205 -
CMYK 0 0.80 0.04 0.16
HSL 303.14º 0.68% 0.5% -
HSV(B) 303.14º 0.8% 0.84% -
XYZ 39.58 20.36 59.6 -
YUV 112.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 214 42 205 0 0.80 0.04 0.16 303.14 0.68 0.5
Hex D6 2A CD 0 50 4 10 12F 44 32
Octal 326 52 315 0 120 4 20 457 104 62
Binary 11010110 101010 11001101 0 1010000 100 10000 100101111 1000100 110010

Color Harmonies of #D62ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62ACD

Black with #D62ACD

Text Example


Text Example

White with #D62ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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