Html Css Color HEX #D50CB9 Deep Magenta

📋 copy color: '#D50CB9'

red 213 ◦ green 12 ◦ blue 185

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

Shades of Deep Magenta #D50CB9

Tints of Deep Magenta #D50CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 51.95%
G = 2.93%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D50CB9 (or 0xD50CB9) is known color: Deep Magenta. HEX triplet: D5, 0C and B9. RGB value is (213,12,185). Sum of RGB (Red+Green+Blue) = 213+12+185=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB9 is #2AF346. Grayscale: #5B5B5B. Windows color (decimal): -2814791 or 12127445. OLE color: 12127445.

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

Color convert

RGB 213 12 185 -
CMYK 0 0.94 0.13 0.16
HSL 308.36º 0.89% 0.44% -
HSV(B) 308.36º 0.94% 0.84% -
XYZ 36.33 17.91 47.44 -
YUV 91.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 213 12 185 0 0.94 0.13 0.16 308.36 0.89 0.44
Hex D5 C B9 0 5E D 10 134 59 2C
Octal 325 14 271 0 136 15 20 464 131 54
Binary 11010101 1100 10111001 0 1011110 1101 10000 100110100 1011001 101100

Color Harmonies of #D50CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CB9

Black with #D50CB9

Text Example


Text Example

White with #D50CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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