Html Css Color HEX #D62DDA Deep Magenta

📋 copy color: '#D62DDA'

red 214 ◦ green 45 ◦ blue 218

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

Shades of Deep Magenta #D62DDA

Tints of Deep Magenta #D62DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 44.86%
G = 9.43%
B = 45.7%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D62DDA (or 0xD62DDA) is known color: Deep Magenta. HEX triplet: D6, 2D and DA. RGB value is (214,45,218). Sum of RGB (Red+Green+Blue) = 214+45+218=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #D62DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DDA is #29D225. Grayscale: #727272. Windows color (decimal): -2740774 or 14298582. OLE color: 14298582.

HSL color Cylindrical-coordinate representation of color #D62DDA: hue angle of 298.61º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DDA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 45 218 -
CMYK 0.02 0.79 0 0.15
HSL 298.61º 0.7% 0.52% -
HSV(B) 298.61º 0.79% 0.85% -
XYZ 41.32 21.23 68.25 -
YUV 115.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 214 45 218 0.02 0.79 0 0.15 298.61 0.7 0.52
Hex D6 2D DA 2 4F 0 F 12B 46 34
Octal 326 55 332 2 117 0 17 453 106 64
Binary 11010110 101101 11011010 10 1001111 0 1111 100101011 1000110 110100

Color Harmonies of #D62DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DDA

Black with #D62DDA

Text Example


Text Example

White with #D62DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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