Html Css Color HEX #D61DCE Deep Magenta

📋 copy color: '#D61DCE'

red 214 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #D61DCE

Tints of Deep Magenta #D61DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 47.66%
G = 6.46%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D61DCE (or 0xD61DCE) is known color: Deep Magenta. HEX triplet: D6, 1D and CE. RGB value is (214,29,206). Sum of RGB (Red+Green+Blue) = 214+29+206=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DCE is #29E231. Grayscale: #676767. Windows color (decimal): -2744882 or 13508054. OLE color: 13508054.

HSL color Cylindrical-coordinate representation of color #D61DCE: hue angle of 302.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DCE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 206 -
CMYK 0 0.86 0.04 0.16
HSL 302.59º 0.76% 0.48% -
HSV(B) 302.59º 0.86% 0.84% -
XYZ 39.31 19.63 60.11 -
YUV 104.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 214 29 206 0 0.86 0.04 0.16 302.59 0.76 0.48
Hex D6 1D CE 0 56 4 10 12F 4C 30
Octal 326 35 316 0 126 4 20 457 114 60
Binary 11010110 11101 11001110 0 1010110 100 10000 100101111 1001100 110000

Color Harmonies of #D61DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DCE

Black with #D61DCE

Text Example


Text Example

White with #D61DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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