Html Css Color HEX #D50FCF Deep Magenta

📋 copy color: '#D50FCF'

red 213 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #D50FCF

Tints of Deep Magenta #D50FCF

RGB

 RED value IS 213 (83.59% from 255) = 48.97%

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 48.97%
G = 3.45%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D50FCF (or 0xD50FCF) is known color: Deep Magenta. HEX triplet: D5, 0F and CF. RGB value is (213,15,207). Sum of RGB (Red+Green+Blue) = 213+15+207=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FCF is #2AF030. Grayscale: #5F5F5F. Windows color (decimal): -2814001 or 13570005. OLE color: 13570005.

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

Color convert

RGB 213 15 207 -
CMYK 0 0.93 0.03 0.16
HSL 301.82º 0.87% 0.45% -
HSV(B) 301.82º 0.93% 0.84% -
XYZ 38.87 18.99 60.65 -
YUV 96.09 190.6 211.39 -
System Red Green Blue C M Y K H S L
Decimal 213 15 207 0 0.93 0.03 0.16 301.82 0.87 0.45
Hex D5 F CF 0 5D 3 10 12E 57 2D
Octal 325 17 317 0 135 3 20 456 127 55
Binary 11010101 1111 11001111 0 1011101 11 10000 100101110 1010111 101101

Color Harmonies of #D50FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FCF

Black with #D50FCF

Text Example


Text Example

White with #D50FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FCF; }

 p { color: rgb(213,15,207); }

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

background-color css

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

 a { background-color: rgb(213,15,207); }

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

border-color css

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

 span { border-color: rgb(213,15,207); }

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