Html Css Color HEX #D52BDA Deep Magenta

📋 copy color: '#D52BDA'

red 213 ◦ green 43 ◦ blue 218

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

Shades of Deep Magenta #D52BDA

Tints of Deep Magenta #D52BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.07%

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

R = 44.94%
G = 9.07%
B = 45.99%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D52BDA (or 0xD52BDA) is known color: Deep Magenta. HEX triplet: D5, 2B and DA. RGB value is (213,43,218). Sum of RGB (Red+Green+Blue) = 213+43+218=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D52BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BDA is #2AD425. Grayscale: #717171. Windows color (decimal): -2806822 or 14298069. OLE color: 14298069.

HSL color Cylindrical-coordinate representation of color #D52BDA: hue angle of 298.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52BDA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 43 218 -
CMYK 0.02 0.80 0 0.15
HSL 298.29º 0.7% 0.51% -
HSV(B) 298.29º 0.8% 0.85% -
XYZ 40.96 20.94 68.21 -
YUV 113.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 213 43 218 0.02 0.80 0 0.15 298.29 0.7 0.51
Hex D5 2B DA 2 50 0 F 12A 46 33
Octal 325 53 332 2 120 0 17 452 106 63
Binary 11010101 101011 11011010 10 1010000 0 1111 100101010 1000110 110011

Color Harmonies of #D52BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BDA

Black with #D52BDA

Text Example


Text Example

White with #D52BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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