Html Css Color HEX #D01ACD Deep Magenta

📋 copy color: '#D01ACD'

red 208 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #D01ACD

Tints of Deep Magenta #D01ACD

RGB

 RED value IS 208 (81.64% from 255) = 47.38%

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

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

R = 47.38%
G = 5.92%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D01ACD (or 0xD01ACD) is known color: Deep Magenta. HEX triplet: D0, 1A and CD. RGB value is (208,26,205). Sum of RGB (Red+Green+Blue) = 208+26+205=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ACD is #2FE532. Grayscale: #646464. Windows color (decimal): -3138867 or 13441744. OLE color: 13441744.

HSL color Cylindrical-coordinate representation of color #D01ACD: hue angle of 300.99º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ACD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 205 -
CMYK 0 0.88 0.01 0.18
HSL 300.99º 0.78% 0.46% -
HSV(B) 300.99º 0.88% 0.82% -
XYZ 37.4 18.56 59.37 -
YUV 100.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 208 26 205 0 0.88 0.01 0.18 300.99 0.78 0.46
Hex D0 1A CD 0 58 1 12 12D 4E 2E
Octal 320 32 315 0 130 1 22 455 116 56
Binary 11010000 11010 11001101 0 1011000 1 10010 100101101 1001110 101110

Color Harmonies of #D01ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ACD

Black with #D01ACD

Text Example


Text Example

White with #D01ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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