Html Css Color HEX #D504CF Deep Magenta

📋 copy color: '#D504CF'

red 213 ◦ green 4 ◦ blue 207

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

Shades of Deep Magenta #D504CF

Tints of Deep Magenta #D504CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 50.24%
G = 0.94%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D504CF (or 0xD504CF) is known color: Deep Magenta. HEX triplet: D5, 04 and CF. RGB value is (213,4,207). Sum of RGB (Red+Green+Blue) = 213+4+207=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D504CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504CF is #2AFB30. Grayscale: #595959. Windows color (decimal): -2816817 or 13567189. OLE color: 13567189.

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

Color convert

RGB 213 4 207 -
CMYK 0 0.98 0.03 0.16
HSL 301.72º 0.96% 0.43% -
HSV(B) 301.72º 0.98% 0.84% -
XYZ 38.75 18.74 60.61 -
YUV 89.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 213 4 207 0 0.98 0.03 0.16 301.72 0.96 0.43
Hex D5 4 CF 0 62 3 10 12E 60 2B
Octal 325 4 317 0 142 3 20 456 140 53
Binary 11010101 100 11001111 0 1100010 11 10000 100101110 1100000 101011

Color Harmonies of #D504CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504CF

Black with #D504CF

Text Example


Text Example

White with #D504CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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