Html Css Color HEX #D60ED7 Deep Magenta

📋 copy color: '#D60ED7'

red 214 ◦ green 14 ◦ blue 215

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

Shades of Deep Magenta #D60ED7

Tints of Deep Magenta #D60ED7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

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

R = 48.31%
G = 3.16%
B = 48.53%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D60ED7 (or 0xD60ED7) is known color: Deep Magenta. HEX triplet: D6, 0E and D7. RGB value is (214,14,215). Sum of RGB (Red+Green+Blue) = 214+14+215=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #D60ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ED7 is #29F128. Grayscale: #606060. Windows color (decimal): -2748713 or 14094038. OLE color: 14094038.

HSL color Cylindrical-coordinate representation of color #D60ED7: hue angle of 299.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60ED7 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 215 -
CMYK 0.00 0.93 0 0.16
HSL 299.7º 0.88% 0.45% -
HSV(B) 299.7º 0.93% 0.84% -
XYZ 40.15 19.52 65.94 -
YUV 96.71 194.76 211.66 -
System Red Green Blue C M Y K H S L
Decimal 214 14 215 0.00 0.93 0 0.16 299.7 0.88 0.45
Hex D6 E D7 0 5D 0 10 12C 58 2D
Octal 326 16 327 0 135 0 20 454 130 55
Binary 11010110 1110 11010111 0 1011101 0 10000 100101100 1011000 101101

Color Harmonies of #D60ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60ED7

Black with #D60ED7

Text Example


Text Example

White with #D60ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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