Html Css Color HEX #D50CCF Deep Magenta

📋 copy color: '#D50CCF'

red 213 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D50CCF

Tints of Deep Magenta #D50CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

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

R = 49.31%
G = 2.78%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D50CCF (or 0xD50CCF) is known color: Deep Magenta. HEX triplet: D5, 0C and CF. RGB value is (213,12,207). Sum of RGB (Red+Green+Blue) = 213+12+207=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CCF is #2AF330. Grayscale: #5D5D5D. Windows color (decimal): -2814769 or 13569237. OLE color: 13569237.

HSL color Cylindrical-coordinate representation of color #D50CCF: hue angle of 301.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CCF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 207 -
CMYK 0 0.94 0.03 0.16
HSL 301.79º 0.89% 0.44% -
HSV(B) 301.79º 0.94% 0.84% -
XYZ 38.83 18.91 60.64 -
YUV 94.33 191.59 212.64 -
System Red Green Blue C M Y K H S L
Decimal 213 12 207 0 0.94 0.03 0.16 301.79 0.89 0.44
Hex D5 C CF 0 5E 3 10 12E 59 2C
Octal 325 14 317 0 136 3 20 456 131 54
Binary 11010101 1100 11001111 0 1011110 11 10000 100101110 1011001 101100

Color Harmonies of #D50CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CCF

Black with #D50CCF

Text Example


Text Example

White with #D50CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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