Html Css Color HEX #D61DC9 Deep Magenta

📋 copy color: '#D61DC9'

red 214 ◦ green 29 ◦ blue 201

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

Shades of Deep Magenta #D61DC9

Tints of Deep Magenta #D61DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 48.2%
G = 6.53%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D61DC9 (or 0xD61DC9) is known color: Deep Magenta. HEX triplet: D6, 1D and C9. RGB value is (214,29,201). Sum of RGB (Red+Green+Blue) = 214+29+201=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DC9 is #29E236. Grayscale: #676767. Windows color (decimal): -2744887 or 13180374. OLE color: 13180374.

HSL color Cylindrical-coordinate representation of color #D61DC9: hue angle of 304.22º 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 #D61DC9 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 201 -
CMYK 0 0.86 0.06 0.16
HSL 304.22º 0.76% 0.48% -
HSV(B) 304.22º 0.86% 0.84% -
XYZ 38.71 19.39 56.96 -
YUV 103.92 182.79 206.51 -
System Red Green Blue C M Y K H S L
Decimal 214 29 201 0 0.86 0.06 0.16 304.22 0.76 0.48
Hex D6 1D C9 0 56 6 10 130 4C 30
Octal 326 35 311 0 126 6 20 460 114 60
Binary 11010110 11101 11001001 0 1010110 110 10000 100110000 1001100 110000

Color Harmonies of #D61DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DC9

Black with #D61DC9

Text Example


Text Example

White with #D61DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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