Html Css Color HEX #D50BBE Deep Magenta

📋 copy color: '#D50BBE'

red 213 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #D50BBE

Tints of Deep Magenta #D50BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 51.45%
G = 2.66%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D50BBE (or 0xD50BBE) is known color: Deep Magenta. HEX triplet: D5, 0B and BE. RGB value is (213,11,190). Sum of RGB (Red+Green+Blue) = 213+11+190=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BBE is #2AF441. Grayscale: #5B5B5B. Windows color (decimal): -2815042 or 12454869. OLE color: 12454869.

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

Color convert

RGB 213 11 190 -
CMYK 0 0.95 0.11 0.16
HSL 306.83º 0.9% 0.44% -
HSV(B) 306.83º 0.95% 0.84% -
XYZ 36.85 18.1 50.27 -
YUV 91.8 183.42 214.45 -
System Red Green Blue C M Y K H S L
Decimal 213 11 190 0 0.95 0.11 0.16 306.83 0.9 0.44
Hex D5 B BE 0 5F B 10 133 5A 2C
Octal 325 13 276 0 137 13 20 463 132 54
Binary 11010101 1011 10111110 0 1011111 1011 10000 100110011 1011010 101100

Color Harmonies of #D50BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BBE

Black with #D50BBE

Text Example


Text Example

White with #D50BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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