Html Css Color HEX #D50CB8 Deep Magenta

📋 copy color: '#D50CB8'

red 213 ◦ green 12 ◦ blue 184

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

Shades of Deep Magenta #D50CB8

Tints of Deep Magenta #D50CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 52.08%
G = 2.93%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D50CB8 (or 0xD50CB8) is known color: Deep Magenta. HEX triplet: D5, 0C and B8. RGB value is (213,12,184). Sum of RGB (Red+Green+Blue) = 213+12+184=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB8 is #2AF347. Grayscale: #5B5B5B. Windows color (decimal): -2814792 or 12061909. OLE color: 12061909.

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

Color convert

RGB 213 12 184 -
CMYK 0 0.94 0.14 0.16
HSL 308.66º 0.89% 0.44% -
HSV(B) 308.66º 0.94% 0.84% -
XYZ 36.22 17.87 46.89 -
YUV 91.71 180.09 214.51 -
System Red Green Blue C M Y K H S L
Decimal 213 12 184 0 0.94 0.14 0.16 308.66 0.89 0.44
Hex D5 C B8 0 5E E 10 135 59 2C
Octal 325 14 270 0 136 16 20 465 131 54
Binary 11010101 1100 10111000 0 1011110 1110 10000 100110101 1011001 101100

Color Harmonies of #D50CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CB8

Black with #D50CB8

Text Example


Text Example

White with #D50CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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