Html Css Color HEX #D50ABB Deep Magenta

📋 copy color: '#D50ABB'

red 213 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #D50ABB

Tints of Deep Magenta #D50ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

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

R = 51.95%
G = 2.44%
B = 45.61%

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

#D50ABB (or 0xD50ABB) is known color: Deep Magenta. HEX triplet: D5, 0A and BB. RGB value is (213,10,187). Sum of RGB (Red+Green+Blue) = 213+10+187=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ABB is #2AF544. Grayscale: #5A5A5A. Windows color (decimal): -2815301 or 12258005. OLE color: 12258005.

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

Color convert

RGB 213 10 187 -
CMYK 0 0.95 0.12 0.16
HSL 307.68º 0.91% 0.44% -
HSV(B) 307.68º 0.95% 0.84% -
XYZ 36.52 17.95 48.55 -
YUV 90.88 182.25 215.11 -
System Red Green Blue C M Y K H S L
Decimal 213 10 187 0 0.95 0.12 0.16 307.68 0.91 0.44
Hex D5 A BB 0 5F C 10 134 5B 2C
Octal 325 12 273 0 137 14 20 464 133 54
Binary 11010101 1010 10111011 0 1011111 1100 10000 100110100 1011011 101100

Color Harmonies of #D50ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50ABB

Black with #D50ABB

Text Example


Text Example

White with #D50ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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