Html Css Color HEX #D60FCA Deep Magenta

📋 copy color: '#D60FCA'

red 214 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #D60FCA

Tints of Deep Magenta #D60FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 49.65%
G = 3.48%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D60FCA (or 0xD60FCA) is known color: Deep Magenta. HEX triplet: D6, 0F and CA. RGB value is (214,15,202). Sum of RGB (Red+Green+Blue) = 214+15+202=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FCA is #29F035. Grayscale: #5F5F5F. Windows color (decimal): -2748470 or 13242326. OLE color: 13242326.

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

Color convert

RGB 214 15 202 -
CMYK 0 0.93 0.06 0.16
HSL 303.62º 0.87% 0.45% -
HSV(B) 303.62º 0.93% 0.84% -
XYZ 38.56 18.9 57.49 -
YUV 95.82 187.93 212.29 -
System Red Green Blue C M Y K H S L
Decimal 214 15 202 0 0.93 0.06 0.16 303.62 0.87 0.45
Hex D6 F CA 0 5D 6 10 130 57 2D
Octal 326 17 312 0 135 6 20 460 127 55
Binary 11010110 1111 11001010 0 1011101 110 10000 100110000 1010111 101101

Color Harmonies of #D60FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FCA

Black with #D60FCA

Text Example


Text Example

White with #D60FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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