Html Css Color HEX #D51DDA Deep Magenta

📋 copy color: '#D51DDA'

red 213 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #D51DDA

Tints of Deep Magenta #D51DDA

RGB

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

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

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

R = 46.3%
G = 6.3%
B = 47.39%

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

#D51DDA (or 0xD51DDA) is known color: Deep Magenta. HEX triplet: D5, 1D and DA. RGB value is (213,29,218). Sum of RGB (Red+Green+Blue) = 213+29+218=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #D51DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DDA is #2AE225. Grayscale: #686868. Windows color (decimal): -2810406 or 14294485. OLE color: 14294485.

HSL color Cylindrical-coordinate representation of color #D51DDA: hue angle of 298.41º 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 #D51DDA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 29 218 -
CMYK 0.02 0.87 0 0.15
HSL 298.41º 0.77% 0.48% -
HSV(B) 298.41º 0.87% 0.85% -
XYZ 40.53 20.09 68.07 -
YUV 105.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 213 29 218 0.02 0.87 0 0.15 298.41 0.77 0.48
Hex D5 1D DA 2 57 0 F 12A 4D 30
Octal 325 35 332 2 127 0 17 452 115 60
Binary 11010101 11101 11011010 10 1010111 0 1111 100101010 1001101 110000

Color Harmonies of #D51DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DDA

Black with #D51DDA

Text Example


Text Example

White with #D51DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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