Html Css Color HEX #D61ACD Deep Magenta

📋 copy color: '#D61ACD'

red 214 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #D61ACD

Tints of Deep Magenta #D61ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.84%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 48.09%
G = 5.84%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D61ACD (or 0xD61ACD) is known color: Deep Magenta. HEX triplet: D6, 1A and CD. RGB value is (214,26,205). Sum of RGB (Red+Green+Blue) = 214+26+205=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ACD is #29E532. Grayscale: #666666. Windows color (decimal): -2745651 or 13441750. OLE color: 13441750.

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

Color convert

RGB 214 26 205 -
CMYK 0 0.88 0.04 0.16
HSL 302.87º 0.78% 0.47% -
HSV(B) 302.87º 0.88% 0.84% -
XYZ 39.12 19.44 59.45 -
YUV 102.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 214 26 205 0 0.88 0.04 0.16 302.87 0.78 0.47
Hex D6 1A CD 0 58 4 10 12F 4E 2F
Octal 326 32 315 0 130 4 20 457 116 57
Binary 11010110 11010 11001101 0 1011000 100 10000 100101111 1001110 101111

Color Harmonies of #D61ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ACD

Black with #D61ACD

Text Example


Text Example

White with #D61ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ACD; }

 p { color: rgb(214,26,205); }

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

background-color css

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

 a { background-color: rgb(214,26,205); }

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

border-color css

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

 span { border-color: rgb(214,26,205); }

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