Html Css Color HEX #D60FCE Deep Magenta

📋 copy color: '#D60FCE'

red 214 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #D60FCE

Tints of Deep Magenta #D60FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 49.2%
G = 3.45%
B = 47.36%

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

#D60FCE (or 0xD60FCE) is known color: Deep Magenta. HEX triplet: D6, 0F and CE. RGB value is (214,15,206). Sum of RGB (Red+Green+Blue) = 214+15+206=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FCE is #29F031. Grayscale: #5F5F5F. Windows color (decimal): -2748466 or 13504470. OLE color: 13504470.

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

Color convert

RGB 214 15 206 -
CMYK 0 0.93 0.04 0.16
HSL 302.41º 0.87% 0.45% -
HSV(B) 302.41º 0.93% 0.84% -
XYZ 39.04 19.09 60.02 -
YUV 96.28 189.93 211.97 -
System Red Green Blue C M Y K H S L
Decimal 214 15 206 0 0.93 0.04 0.16 302.41 0.87 0.45
Hex D6 F CE 0 5D 4 10 12E 57 2D
Octal 326 17 316 0 135 4 20 456 127 55
Binary 11010110 1111 11001110 0 1011101 100 10000 100101110 1010111 101101

Color Harmonies of #D60FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FCE

Black with #D60FCE

Text Example


Text Example

White with #D60FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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