Html Css Color HEX #D601DC Deep Magenta

📋 copy color: '#D601DC'

red 214 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #D601DC

Tints of Deep Magenta #D601DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 49.2%
G = 0.23%
B = 50.57%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D601DC (or 0xD601DC) is known color: Deep Magenta. HEX triplet: D6, 01 and DC. RGB value is (214,1,220). Sum of RGB (Red+Green+Blue) = 214+1+220=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D601DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601DC is #29FE23. Grayscale: #585858. Windows color (decimal): -2752036 or 14418390. OLE color: 14418390.

HSL color Cylindrical-coordinate representation of color #D601DC: hue angle of 298.36º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601DC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 1 220 -
CMYK 0.03 1.00 0 0.14
HSL 298.36º 0.99% 0.43% -
HSV(B) 298.36º 1% 0.86% -
XYZ 40.66 19.49 69.33 -
YUV 89.65 201.57 216.69 -
System Red Green Blue C M Y K H S L
Decimal 214 1 220 0.03 1.00 0 0.14 298.36 0.99 0.43
Hex D6 1 DC 3 64 0 E 12A 63 2B
Octal 326 1 334 3 144 0 16 452 143 53
Binary 11010110 1 11011100 11 1100100 0 1110 100101010 1100011 101011

Color Harmonies of #D601DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601DC

Black with #D601DC

Text Example


Text Example

White with #D601DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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