Html Css Color HEX #D60FCD Deep Magenta

📋 copy color: '#D60FCD'

red 214 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #D60FCD

Tints of Deep Magenta #D60FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 49.31%
G = 3.46%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D60FCD (or 0xD60FCD) is known color: Deep Magenta. HEX triplet: D6, 0F and CD. RGB value is (214,15,205). Sum of RGB (Red+Green+Blue) = 214+15+205=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FCD is #29F032. Grayscale: #5F5F5F. Windows color (decimal): -2748467 or 13438934. OLE color: 13438934.

HSL color Cylindrical-coordinate representation of color #D60FCD: hue angle of 302.71º degrees, saturation: 0.87, 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 #D60FCD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 205 -
CMYK 0 0.93 0.04 0.16
HSL 302.71º 0.87% 0.45% -
HSV(B) 302.71º 0.93% 0.84% -
XYZ 38.92 19.05 59.38 -
YUV 96.16 189.43 212.05 -
System Red Green Blue C M Y K H S L
Decimal 214 15 205 0 0.93 0.04 0.16 302.71 0.87 0.45
Hex D6 F CD 0 5D 4 10 12F 57 2D
Octal 326 17 315 0 135 4 20 457 127 55
Binary 11010110 1111 11001101 0 1011101 100 10000 100101111 1010111 101101

Color Harmonies of #D60FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FCD

Black with #D60FCD

Text Example


Text Example

White with #D60FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FCD; }

 p { color: rgb(214,15,205); }

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

background-color css

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

 a { background-color: rgb(214,15,205); }

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

border-color css

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

 span { border-color: rgb(214,15,205); }

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