Html Css Color HEX #D50CB4 Deep Magenta

📋 copy color: '#D50CB4'

red 213 ◦ green 12 ◦ blue 180

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

Shades of Deep Magenta #D50CB4

Tints of Deep Magenta #D50CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 52.59%
G = 2.96%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D50CB4 (or 0xD50CB4) is known color: Deep Magenta. HEX triplet: D5, 0C and B4. RGB value is (213,12,180). Sum of RGB (Red+Green+Blue) = 213+12+180=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB4 is #2AF34B. Grayscale: #5A5A5A. Windows color (decimal): -2814796 or 11799765. OLE color: 11799765.

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

Color convert

RGB 213 12 180 -
CMYK 0 0.94 0.15 0.16
HSL 309.85º 0.89% 0.44% -
HSV(B) 309.85º 0.94% 0.84% -
XYZ 35.81 17.7 44.71 -
YUV 91.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 213 12 180 0 0.94 0.15 0.16 309.85 0.89 0.44
Hex D5 C B4 0 5E F 10 136 59 2C
Octal 325 14 264 0 136 17 20 466 131 54
Binary 11010101 1100 10110100 0 1011110 1111 10000 100110110 1011001 101100

Color Harmonies of #D50CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CB4

Black with #D50CB4

Text Example


Text Example

White with #D50CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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