Html Css Color HEX #D601D7 Deep Magenta

📋 copy color: '#D601D7'

red 214 ◦ green 1 ◦ blue 215

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

Shades of Deep Magenta #D601D7

Tints of Deep Magenta #D601D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50%

R = 49.77%
G = 0.23%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D601D7 (or 0xD601D7) is known color: Deep Magenta. HEX triplet: D6, 01 and D7. RGB value is (214,1,215). Sum of RGB (Red+Green+Blue) = 214+1+215=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #D601D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601D7 is #29FE28. Grayscale: #585858. Windows color (decimal): -2752041 or 14090710. OLE color: 14090710.

HSL color Cylindrical-coordinate representation of color #D601D7: hue angle of 299.72º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601D7 is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 215 -
CMYK 0.00 1.00 0 0.16
HSL 299.72º 0.99% 0.42% -
HSV(B) 299.72º 1% 0.84% -
XYZ 40.01 19.22 65.89 -
YUV 89.08 199.07 217.1 -
System Red Green Blue C M Y K H S L
Decimal 214 1 215 0.00 1.00 0 0.16 299.72 0.99 0.42
Hex D6 1 D7 0 64 0 10 12C 63 2A
Octal 326 1 327 0 144 0 20 454 143 52
Binary 11010110 1 11010111 0 1100100 0 10000 100101100 1100011 101010

Color Harmonies of #D601D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601D7

Black with #D601D7

Text Example


Text Example

White with #D601D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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