Html Css Color HEX #D504CC Deep Magenta

📋 copy color: '#D504CC'

red 213 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #D504CC

Tints of Deep Magenta #D504CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 50.59%
G = 0.95%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D504CC (or 0xD504CC) is known color: Deep Magenta. HEX triplet: D5, 04 and CC. RGB value is (213,4,204). Sum of RGB (Red+Green+Blue) = 213+4+204=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D504CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504CC is #2AFB33. Grayscale: #585858. Windows color (decimal): -2816820 or 13370581. OLE color: 13370581.

HSL color Cylindrical-coordinate representation of color #D504CC: hue angle of 302.58º 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 #D504CC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 204 -
CMYK 0 0.98 0.04 0.16
HSL 302.58º 0.96% 0.43% -
HSV(B) 302.58º 0.98% 0.84% -
XYZ 38.38 18.59 58.69 -
YUV 89.29 192.74 216.24 -
System Red Green Blue C M Y K H S L
Decimal 213 4 204 0 0.98 0.04 0.16 302.58 0.96 0.43
Hex D5 4 CC 0 62 4 10 12F 60 2B
Octal 325 4 314 0 142 4 20 457 140 53
Binary 11010101 100 11001100 0 1100010 100 10000 100101111 1100000 101011

Color Harmonies of #D504CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504CC

Black with #D504CC

Text Example


Text Example

White with #D504CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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