Html Css Color HEX #D50BBA Deep Magenta

📋 copy color: '#D50BBA'

red 213 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #D50BBA

Tints of Deep Magenta #D50BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 51.95%
G = 2.68%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D50BBA (or 0xD50BBA) is known color: Deep Magenta. HEX triplet: D5, 0B and BA. RGB value is (213,11,186). Sum of RGB (Red+Green+Blue) = 213+11+186=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BBA is #2AF445. Grayscale: #5A5A5A. Windows color (decimal): -2815046 or 12192725. OLE color: 12192725.

HSL color Cylindrical-coordinate representation of color #D50BBA: hue angle of 308.02º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BBA is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 11 186 -
CMYK 0 0.95 0.13 0.16
HSL 308.02º 0.9% 0.44% -
HSV(B) 308.02º 0.95% 0.84% -
XYZ 36.42 17.93 48 -
YUV 91.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 213 11 186 0 0.95 0.13 0.16 308.02 0.9 0.44
Hex D5 B BA 0 5F D 10 134 5A 2C
Octal 325 13 272 0 137 15 20 464 132 54
Binary 11010101 1011 10111010 0 1011111 1101 10000 100110100 1011010 101100

Color Harmonies of #D50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BBA

Black with #D50BBA

Text Example


Text Example

White with #D50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BBA; }

 p { color: rgb(213,11,186); }

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

background-color css

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

 a { background-color: rgb(213,11,186); }

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

border-color css

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

 span { border-color: rgb(213,11,186); }

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