Html Css Color HEX #D601DF Deep Magenta

📋 copy color: '#D601DF'

red 214 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #D601DF

Tints of Deep Magenta #D601DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 48.86%
G = 0.23%
B = 50.91%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D601DF (or 0xD601DF) is known color: Deep Magenta. HEX triplet: D6, 01 and DF. RGB value is (214,1,223). Sum of RGB (Red+Green+Blue) = 214+1+223=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #D601DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601DF is #29FE20. Grayscale: #595959. Windows color (decimal): -2752033 or 14614998. OLE color: 14614998.

HSL color Cylindrical-coordinate representation of color #D601DF: hue angle of 297.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601DF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 1 223 -
CMYK 0.04 1.00 0 0.13
HSL 297.57º 0.99% 0.44% -
HSV(B) 297.57º 1% 0.87% -
XYZ 41.06 19.65 71.44 -
YUV 90 203.07 216.45 -
System Red Green Blue C M Y K H S L
Decimal 214 1 223 0.04 1.00 0 0.13 297.57 0.99 0.44
Hex D6 1 DF 4 64 0 D 12A 63 2C
Octal 326 1 337 4 144 0 15 452 143 54
Binary 11010110 1 11011111 100 1100100 0 1101 100101010 1100011 101100

Color Harmonies of #D601DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601DF

Black with #D601DF

Text Example


Text Example

White with #D601DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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