Html Css Color HEX #D521CF Deep Magenta

📋 copy color: '#D521CF'

red 213 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #D521CF

Tints of Deep Magenta #D521CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.28%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 47.02%
G = 7.28%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D521CF (or 0xD521CF) is known color: Deep Magenta. HEX triplet: D5, 21 and CF. RGB value is (213,33,207). Sum of RGB (Red+Green+Blue) = 213+33+207=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D521CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521CF is #2ADE30. Grayscale: #6A6A6A. Windows color (decimal): -2809393 or 13574613. OLE color: 13574613.

HSL color Cylindrical-coordinate representation of color #D521CF: hue angle of 302º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521CF is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 207 -
CMYK 0 0.85 0.03 0.16
HSL 302º 0.73% 0.48% -
HSV(B) 302º 0.85% 0.84% -
XYZ 39.25 19.74 60.77 -
YUV 106.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 213 33 207 0 0.85 0.03 0.16 302 0.73 0.48
Hex D5 21 CF 0 55 3 10 12E 49 30
Octal 325 41 317 0 125 3 20 456 111 60
Binary 11010101 100001 11001111 0 1010101 11 10000 100101110 1001001 110000

Color Harmonies of #D521CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521CF

Black with #D521CF

Text Example


Text Example

White with #D521CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521CF; }

 p { color: rgb(213,33,207); }

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

background-color css

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

 a { background-color: rgb(213,33,207); }

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

border-color css

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

 span { border-color: rgb(213,33,207); }

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