Html Css Color HEX #D61DDC Deep Magenta

📋 copy color: '#D61DDC'

red 214 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #D61DDC

Tints of Deep Magenta #D61DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 46.22%
G = 6.26%
B = 47.52%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D61DDC (or 0xD61DDC) is known color: Deep Magenta. HEX triplet: D6, 1D and DC. RGB value is (214,29,220). Sum of RGB (Red+Green+Blue) = 214+29+220=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D61DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DDC is #29E223. Grayscale: #696969. Windows color (decimal): -2744868 or 14425558. OLE color: 14425558.

HSL color Cylindrical-coordinate representation of color #D61DDC: hue angle of 298.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61DDC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 29 220 -
CMYK 0.03 0.87 0 0.14
HSL 298.12º 0.77% 0.49% -
HSV(B) 298.12º 0.87% 0.86% -
XYZ 41.09 20.34 69.47 -
YUV 106.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 214 29 220 0.03 0.87 0 0.14 298.12 0.77 0.49
Hex D6 1D DC 3 57 0 E 12A 4D 31
Octal 326 35 334 3 127 0 16 452 115 61
Binary 11010110 11101 11011100 11 1010111 0 1110 100101010 1001101 110001

Color Harmonies of #D61DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DDC

Black with #D61DDC

Text Example


Text Example

White with #D61DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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