Html Css Color HEX #D60FBE Deep Magenta

📋 copy color: '#D60FBE'

red 214 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #D60FBE

Tints of Deep Magenta #D60FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 51.07%
G = 3.58%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D60FBE (or 0xD60FBE) is known color: Deep Magenta. HEX triplet: D6, 0F and BE. RGB value is (214,15,190). Sum of RGB (Red+Green+Blue) = 214+15+190=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FBE is #29F041. Grayscale: #5D5D5D. Windows color (decimal): -2748482 or 12455894. OLE color: 12455894.

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

Color convert

RGB 214 15 190 -
CMYK 0 0.93 0.11 0.16
HSL 307.24º 0.87% 0.45% -
HSV(B) 307.24º 0.93% 0.84% -
XYZ 37.2 18.36 50.3 -
YUV 94.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 214 15 190 0 0.93 0.11 0.16 307.24 0.87 0.45
Hex D6 F BE 0 5D B 10 133 57 2D
Octal 326 17 276 0 135 13 20 463 127 55
Binary 11010110 1111 10111110 0 1011101 1011 10000 100110011 1010111 101101

Color Harmonies of #D60FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FBE

Black with #D60FBE

Text Example


Text Example

White with #D60FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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