Html Css Color HEX #D51CE1 Deep Magenta

📋 copy color: '#D51CE1'

red 213 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #D51CE1

Tints of Deep Magenta #D51CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 45.71%
G = 6.01%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D51CE1 (or 0xD51CE1) is known color: Deep Magenta. HEX triplet: D5, 1C and E1. RGB value is (213,28,225). Sum of RGB (Red+Green+Blue) = 213+28+225=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #D51CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CE1 is #2AE31E. Grayscale: #696969. Windows color (decimal): -2810655 or 14752981. OLE color: 14752981.

HSL color Cylindrical-coordinate representation of color #D51CE1: hue angle of 296.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51CE1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 28 225 -
CMYK 0.05 0.88 0 0.12
HSL 296.35º 0.78% 0.5% -
HSV(B) 296.35º 0.88% 0.88% -
XYZ 41.45 20.41 72.99 -
YUV 105.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 213 28 225 0.05 0.88 0 0.12 296.35 0.78 0.5
Hex D5 1C E1 5 58 0 C 128 4E 32
Octal 325 34 341 5 130 0 14 450 116 62
Binary 11010101 11100 11100001 101 1011000 0 1100 100101000 1001110 110010

Color Harmonies of #D51CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CE1

Black with #D51CE1

Text Example


Text Example

White with #D51CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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