Html Css Color HEX #D51CB5 Deep Magenta

📋 copy color: '#D51CB5'

red 213 ◦ green 28 ◦ blue 181

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

Shades of Deep Magenta #D51CB5

Tints of Deep Magenta #D51CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 50.47%
G = 6.64%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D51CB5 (or 0xD51CB5) is known color: Deep Magenta. HEX triplet: D5, 1C and B5. RGB value is (213,28,181). Sum of RGB (Red+Green+Blue) = 213+28+181=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CB5 is #2AE34A. Grayscale: #646464. Windows color (decimal): -2810699 or 11869397. OLE color: 11869397.

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

Color convert

RGB 213 28 181 -
CMYK 0 0.87 0.15 0.16
HSL 310.38º 0.77% 0.47% -
HSV(B) 310.38º 0.87% 0.84% -
XYZ 36.2 18.31 45.34 -
YUV 100.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 213 28 181 0 0.87 0.15 0.16 310.38 0.77 0.47
Hex D5 1C B5 0 57 F 10 136 4D 2F
Octal 325 34 265 0 127 17 20 466 115 57
Binary 11010101 11100 10110101 0 1010111 1111 10000 100110110 1001101 101111

Color Harmonies of #D51CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CB5

Black with #D51CB5

Text Example


Text Example

White with #D51CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CB5; }

 p { color: rgb(213,28,181); }

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

background-color css

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

 a { background-color: rgb(213,28,181); }

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

border-color css

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

 span { border-color: rgb(213,28,181); }

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