Html Css Color HEX #D50CB6 Deep Magenta

📋 copy color: '#D50CB6'

red 213 ◦ green 12 ◦ blue 182

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

Shades of Deep Magenta #D50CB6

Tints of Deep Magenta #D50CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 52.33%
G = 2.95%
B = 44.72%

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

#D50CB6 (or 0xD50CB6) is known color: Deep Magenta. HEX triplet: D5, 0C and B6. RGB value is (213,12,182). Sum of RGB (Red+Green+Blue) = 213+12+182=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB6 is #2AF349. Grayscale: #5B5B5B. Windows color (decimal): -2814794 or 11930837. OLE color: 11930837.

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

Color convert

RGB 213 12 182 -
CMYK 0 0.94 0.15 0.16
HSL 309.25º 0.89% 0.44% -
HSV(B) 309.25º 0.94% 0.84% -
XYZ 36.02 17.79 45.79 -
YUV 91.48 179.09 214.68 -
System Red Green Blue C M Y K H S L
Decimal 213 12 182 0 0.94 0.15 0.16 309.25 0.89 0.44
Hex D5 C B6 0 5E F 10 135 59 2C
Octal 325 14 266 0 136 17 20 465 131 54
Binary 11010101 1100 10110110 0 1011110 1111 10000 100110101 1011001 101100

Color Harmonies of #D50CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CB6

Black with #D50CB6

Text Example


Text Example

White with #D50CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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