Html Css Color HEX #D50BBB Deep Magenta

📋 copy color: '#D50BBB'

red 213 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #D50BBB

Tints of Deep Magenta #D50BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 51.82%
G = 2.68%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D50BBB (or 0xD50BBB) is known color: Deep Magenta. HEX triplet: D5, 0B and BB. RGB value is (213,11,187). Sum of RGB (Red+Green+Blue) = 213+11+187=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BBB is #2AF444. Grayscale: #5A5A5A. Windows color (decimal): -2815045 or 12258261. OLE color: 12258261.

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

Color convert

RGB 213 11 187 -
CMYK 0 0.95 0.12 0.16
HSL 307.72º 0.9% 0.44% -
HSV(B) 307.72º 0.95% 0.84% -
XYZ 36.53 17.97 48.56 -
YUV 91.46 181.92 214.69 -
System Red Green Blue C M Y K H S L
Decimal 213 11 187 0 0.95 0.12 0.16 307.72 0.9 0.44
Hex D5 B BB 0 5F C 10 134 5A 2C
Octal 325 13 273 0 137 14 20 464 132 54
Binary 11010101 1011 10111011 0 1011111 1100 10000 100110100 1011010 101100

Color Harmonies of #D50BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BBB

Black with #D50BBB

Text Example


Text Example

White with #D50BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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