Html Css Color HEX #D50CDF Deep Magenta

📋 copy color: '#D50CDF'

red 213 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #D50CDF

Tints of Deep Magenta #D50CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 47.54%
G = 2.68%
B = 49.78%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D50CDF (or 0xD50CDF) is known color: Deep Magenta. HEX triplet: D5, 0C and DF. RGB value is (213,12,223). Sum of RGB (Red+Green+Blue) = 213+12+223=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D50CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CDF is #2AF320. Grayscale: #5F5F5F. Windows color (decimal): -2814753 or 14617813. OLE color: 14617813.

HSL color Cylindrical-coordinate representation of color #D50CDF: hue angle of 297.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CDF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 12 223 -
CMYK 0.04 0.95 0 0.13
HSL 297.16º 0.9% 0.46% -
HSV(B) 297.16º 0.95% 0.87% -
XYZ 40.89 19.74 71.47 -
YUV 96.15 199.59 211.34 -
System Red Green Blue C M Y K H S L
Decimal 213 12 223 0.04 0.95 0 0.13 297.16 0.9 0.46
Hex D5 C DF 4 5F 0 D 129 5A 2E
Octal 325 14 337 4 137 0 15 451 132 56
Binary 11010101 1100 11011111 100 1011111 0 1101 100101001 1011010 101110

Color Harmonies of #D50CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CDF

Black with #D50CDF

Text Example


Text Example

White with #D50CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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