Html Css Color HEX #D507CD Deep Magenta

📋 copy color: '#D507CD'

red 213 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #D507CD

Tints of Deep Magenta #D507CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 50.12%
G = 1.65%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D507CD (or 0xD507CD) is known color: Deep Magenta. HEX triplet: D5, 07 and CD. RGB value is (213,7,205). Sum of RGB (Red+Green+Blue) = 213+7+205=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D507CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507CD is #2AF832. Grayscale: #5A5A5A. Windows color (decimal): -2816051 or 13436885. OLE color: 13436885.

HSL color Cylindrical-coordinate representation of color #D507CD: hue angle of 302.33º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507CD is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 205 -
CMYK 0 0.97 0.04 0.16
HSL 302.33º 0.94% 0.43% -
HSV(B) 302.33º 0.97% 0.84% -
XYZ 38.54 18.71 59.34 -
YUV 91.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 213 7 205 0 0.97 0.04 0.16 302.33 0.94 0.43
Hex D5 7 CD 0 61 4 10 12E 5E 2B
Octal 325 7 315 0 141 4 20 456 136 53
Binary 11010101 111 11001101 0 1100001 100 10000 100101110 1011110 101011

Color Harmonies of #D507CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507CD

Black with #D507CD

Text Example


Text Example

White with #D507CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507CD; }

 p { color: rgb(213,7,205); }

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

background-color css

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

 a { background-color: rgb(213,7,205); }

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

border-color css

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

 span { border-color: rgb(213,7,205); }

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