Html Css Color HEX #D61DDA Deep Magenta

📋 copy color: '#D61DDA'

red 214 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D61DDA

Tints of Deep Magenta #D61DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.29%

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

R = 46.42%
G = 6.29%
B = 47.29%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D61DDA (or 0xD61DDA) is known color: Deep Magenta. HEX triplet: D6, 1D and DA. RGB value is (214,29,218). Sum of RGB (Red+Green+Blue) = 214+29+218=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #D61DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DDA is #29E225. Grayscale: #696969. Windows color (decimal): -2744870 or 14294486. OLE color: 14294486.

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

Color convert

RGB 214 29 218 -
CMYK 0.02 0.87 0 0.15
HSL 298.73º 0.77% 0.48% -
HSV(B) 298.73º 0.87% 0.85% -
XYZ 40.83 20.24 68.08 -
YUV 105.86 191.29 205.13 -
System Red Green Blue C M Y K H S L
Decimal 214 29 218 0.02 0.87 0 0.15 298.73 0.77 0.48
Hex D6 1D DA 2 57 0 F 12B 4D 30
Octal 326 35 332 2 127 0 17 453 115 60
Binary 11010110 11101 11011010 10 1010111 0 1111 100101011 1001101 110000

Color Harmonies of #D61DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DDA

Black with #D61DDA

Text Example


Text Example

White with #D61DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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