Html Css Color HEX #D51CDA Deep Magenta

📋 copy color: '#D51CDA'

red 213 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #D51CDA

Tints of Deep Magenta #D51CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 46.41%
G = 6.1%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D51CDA (or 0xD51CDA) is known color: Deep Magenta. HEX triplet: D5, 1C and DA. RGB value is (213,28,218). Sum of RGB (Red+Green+Blue) = 213+28+218=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #D51CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CDA is #2AE325. Grayscale: #686868. Windows color (decimal): -2810662 or 14294229. OLE color: 14294229.

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

Color convert

RGB 213 28 218 -
CMYK 0.02 0.87 0 0.15
HSL 298.42º 0.77% 0.48% -
HSV(B) 298.42º 0.87% 0.85% -
XYZ 40.51 20.04 68.06 -
YUV 104.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 213 28 218 0.02 0.87 0 0.15 298.42 0.77 0.48
Hex D5 1C DA 2 57 0 F 12A 4D 30
Octal 325 34 332 2 127 0 17 452 115 60
Binary 11010101 11100 11011010 10 1010111 0 1111 100101010 1001101 110000

Color Harmonies of #D51CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CDA

Black with #D51CDA

Text Example


Text Example

White with #D51CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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