Html Css Color HEX #D52CD7 Deep Magenta

📋 copy color: '#D52CD7'

red 213 ◦ green 44 ◦ blue 215

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

Shades of Deep Magenta #D52CD7

Tints of Deep Magenta #D52CD7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 45.13%
G = 9.32%
B = 45.55%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D52CD7 (or 0xD52CD7) is known color: Deep Magenta. HEX triplet: D5, 2C and D7. RGB value is (213,44,215). Sum of RGB (Red+Green+Blue) = 213+44+215=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #D52CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CD7 is #2AD328. Grayscale: #717171. Windows color (decimal): -2806569 or 14101717. OLE color: 14101717.

HSL color Cylindrical-coordinate representation of color #D52CD7: hue angle of 299.3º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52CD7 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 215 -
CMYK 0.01 0.80 0 0.16
HSL 299.3º 0.68% 0.51% -
HSV(B) 299.3º 0.8% 0.84% -
XYZ 40.61 20.85 66.17 -
YUV 114.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 213 44 215 0.01 0.80 0 0.16 299.3 0.68 0.51
Hex D5 2C D7 1 50 0 10 12B 44 33
Octal 325 54 327 1 120 0 20 453 104 63
Binary 11010101 101100 11010111 1 1010000 0 10000 100101011 1000100 110011

Color Harmonies of #D52CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CD7

Black with #D52CD7

Text Example


Text Example

White with #D52CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CD7; }

 p { color: rgb(213,44,215); }

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

background-color css

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

 a { background-color: rgb(213,44,215); }

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

border-color css

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

 span { border-color: rgb(213,44,215); }

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