Html Css Color HEX #D512BC Deep Magenta

📋 copy color: '#D512BC'

red 213 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #D512BC

Tints of Deep Magenta #D512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 50.84%
G = 4.3%
B = 44.87%

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

#D512BC (or 0xD512BC) is known color: Deep Magenta. HEX triplet: D5, 12 and BC. RGB value is (213,18,188). Sum of RGB (Red+Green+Blue) = 213+18+188=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D512BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512BC is #2AED43. Grayscale: #5F5F5F. Windows color (decimal): -2813252 or 12325589. OLE color: 12325589.

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

Color convert

RGB 213 18 188 -
CMYK 0 0.92 0.12 0.16
HSL 307.69º 0.84% 0.45% -
HSV(B) 307.69º 0.92% 0.84% -
XYZ 36.73 18.21 49.16 -
YUV 95.69 180.1 211.68 -
System Red Green Blue C M Y K H S L
Decimal 213 18 188 0 0.92 0.12 0.16 307.69 0.84 0.45
Hex D5 12 BC 0 5C C 10 134 54 2D
Octal 325 22 274 0 134 14 20 464 124 55
Binary 11010101 10010 10111100 0 1011100 1100 10000 100110100 1010100 101101

Color Harmonies of #D512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512BC

Black with #D512BC

Text Example


Text Example

White with #D512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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