Html Css Color HEX #D601DE Deep Magenta

📋 copy color: '#D601DE'

red 214 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #D601DE

Tints of Deep Magenta #D601DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 48.97%
G = 0.23%
B = 50.8%

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

#D601DE (or 0xD601DE) is known color: Deep Magenta. HEX triplet: D6, 01 and DE. RGB value is (214,1,222). Sum of RGB (Red+Green+Blue) = 214+1+222=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #D601DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601DE is #29FE21. Grayscale: #595959. Windows color (decimal): -2752034 or 14549462. OLE color: 14549462.

HSL color Cylindrical-coordinate representation of color #D601DE: hue angle of 297.83º 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 #D601DE is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 1 222 -
CMYK 0.04 1.00 0 0.13
HSL 297.83º 0.99% 0.44% -
HSV(B) 297.83º 1% 0.87% -
XYZ 40.93 19.59 70.73 -
YUV 89.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 214 1 222 0.04 1.00 0 0.13 297.83 0.99 0.44
Hex D6 1 DE 4 64 0 D 12A 63 2C
Octal 326 1 336 4 144 0 15 452 143 54
Binary 11010110 1 11011110 100 1100100 0 1101 100101010 1100011 101100

Color Harmonies of #D601DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601DE

Black with #D601DE

Text Example


Text Example

White with #D601DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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