Html Css Color HEX #D62DD9 Deep Magenta

📋 copy color: '#D62DD9'

red 214 ◦ green 45 ◦ blue 217

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

Shades of Deep Magenta #D62DD9

Tints of Deep Magenta #D62DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 44.96%
G = 9.45%
B = 45.59%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D62DD9 (or 0xD62DD9) is known color: Deep Magenta. HEX triplet: D6, 2D and D9. RGB value is (214,45,217). Sum of RGB (Red+Green+Blue) = 214+45+217=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #D62DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DD9 is #29D226. Grayscale: #727272. Windows color (decimal): -2740775 or 14233046. OLE color: 14233046.

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

Color convert

RGB 214 45 217 -
CMYK 0.01 0.79 0 0.15
HSL 298.95º 0.69% 0.51% -
HSV(B) 298.95º 0.79% 0.85% -
XYZ 41.19 21.18 67.56 -
YUV 115.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 214 45 217 0.01 0.79 0 0.15 298.95 0.69 0.51
Hex D6 2D D9 1 4F 0 F 12B 45 33
Octal 326 55 331 1 117 0 17 453 105 63
Binary 11010110 101101 11011001 1 1001111 0 1111 100101011 1000101 110011

Color Harmonies of #D62DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DD9

Black with #D62DD9

Text Example


Text Example

White with #D62DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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