Html Css Color HEX #D51DBA Deep Magenta

📋 copy color: '#D51DBA'

red 213 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #D51DBA

Tints of Deep Magenta #D51DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 49.77%
G = 6.78%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D51DBA (or 0xD51DBA) is known color: Deep Magenta. HEX triplet: D5, 1D and BA. RGB value is (213,29,186). Sum of RGB (Red+Green+Blue) = 213+29+186=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DBA is #2AE245. Grayscale: #656565. Windows color (decimal): -2810438 or 12197333. OLE color: 12197333.

HSL color Cylindrical-coordinate representation of color #D51DBA: hue angle of 308.8º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DBA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 186 -
CMYK 0 0.86 0.13 0.16
HSL 308.8º 0.76% 0.47% -
HSV(B) 308.8º 0.86% 0.84% -
XYZ 36.74 18.57 48.1 -
YUV 101.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 213 29 186 0 0.86 0.13 0.16 308.8 0.76 0.47
Hex D5 1D BA 0 56 D 10 135 4C 2F
Octal 325 35 272 0 126 15 20 465 114 57
Binary 11010101 11101 10111010 0 1010110 1101 10000 100110101 1001100 101111

Color Harmonies of #D51DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DBA

Black with #D51DBA

Text Example


Text Example

White with #D51DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DBA; }

 p { color: rgb(213,29,186); }

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

background-color css

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

 a { background-color: rgb(213,29,186); }

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

border-color css

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

 span { border-color: rgb(213,29,186); }

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