Html Css Color HEX #D50CE0 Deep Magenta

📋 copy color: '#D50CE0'

red 213 ◦ green 12 ◦ blue 224

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

Shades of Deep Magenta #D50CE0

Tints of Deep Magenta #D50CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 47.44%
G = 2.67%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D50CE0 (or 0xD50CE0) is known color: Deep Magenta. HEX triplet: D5, 0C and E0. RGB value is (213,12,224). Sum of RGB (Red+Green+Blue) = 213+12+224=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #D50CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CE0 is #2AF31F. Grayscale: #5F5F5F. Windows color (decimal): -2814752 or 14683349. OLE color: 14683349.

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

Color convert

RGB 213 12 224 -
CMYK 0.05 0.95 0 0.12
HSL 296.89º 0.9% 0.46% -
HSV(B) 296.89º 0.95% 0.88% -
XYZ 41.03 19.79 72.18 -
YUV 96.27 200.09 211.26 -
System Red Green Blue C M Y K H S L
Decimal 213 12 224 0.05 0.95 0 0.12 296.89 0.9 0.46
Hex D5 C E0 5 5F 0 C 129 5A 2E
Octal 325 14 340 5 137 0 14 451 132 56
Binary 11010101 1100 11100000 101 1011111 0 1100 100101001 1011010 101110

Color Harmonies of #D50CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CE0

Black with #D50CE0

Text Example


Text Example

White with #D50CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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