Html Css Color HEX #D51CDD Deep Magenta

📋 copy color: '#D51CDD'

red 213 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #D51CDD

Tints of Deep Magenta #D51CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 46.1%
G = 6.06%
B = 47.84%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D51CDD (or 0xD51CDD) is known color: Deep Magenta. HEX triplet: D5, 1C and DD. RGB value is (213,28,221). Sum of RGB (Red+Green+Blue) = 213+28+221=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D51CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CDD is #2AE322. Grayscale: #686868. Windows color (decimal): -2810659 or 14490837. OLE color: 14490837.

HSL color Cylindrical-coordinate representation of color #D51CDD: hue angle of 297.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CDD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 28 221 -
CMYK 0.04 0.87 0 0.13
HSL 297.51º 0.78% 0.49% -
HSV(B) 297.51º 0.87% 0.87% -
XYZ 40.91 20.2 70.15 -
YUV 105.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 213 28 221 0.04 0.87 0 0.13 297.51 0.78 0.49
Hex D5 1C DD 4 57 0 D 12A 4E 31
Octal 325 34 335 4 127 0 15 452 116 61
Binary 11010101 11100 11011101 100 1010111 0 1101 100101010 1001110 110001

Color Harmonies of #D51CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CDD

Black with #D51CDD

Text Example


Text Example

White with #D51CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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