Html Css Color HEX #D512BB Deep Magenta

📋 copy color: '#D512BB'

red 213 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #D512BB

Tints of Deep Magenta #D512BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

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

R = 50.96%
G = 4.31%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D512BB (or 0xD512BB) is known color: Deep Magenta. HEX triplet: D5, 12 and BB. RGB value is (213,18,187). Sum of RGB (Red+Green+Blue) = 213+18+187=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D512BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512BB is #2AED44. Grayscale: #5F5F5F. Windows color (decimal): -2813253 or 12260053. OLE color: 12260053.

HSL color Cylindrical-coordinate representation of color #D512BB: hue angle of 308º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512BB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 187 -
CMYK 0 0.92 0.12 0.16
HSL 308º 0.84% 0.45% -
HSV(B) 308º 0.92% 0.84% -
XYZ 36.63 18.17 48.59 -
YUV 95.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 213 18 187 0 0.92 0.12 0.16 308 0.84 0.45
Hex D5 12 BB 0 5C C 10 134 54 2D
Octal 325 22 273 0 134 14 20 464 124 55
Binary 11010101 10010 10111011 0 1011100 1100 10000 100110100 1010100 101101

Color Harmonies of #D512BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512BB

Black with #D512BB

Text Example


Text Example

White with #D512BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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