Html Css Color HEX #D504CB Deep Magenta

📋 copy color: '#D504CB'

red 213 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #D504CB

Tints of Deep Magenta #D504CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 50.71%
G = 0.95%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D504CB (or 0xD504CB) is known color: Deep Magenta. HEX triplet: D5, 04 and CB. RGB value is (213,4,203). Sum of RGB (Red+Green+Blue) = 213+4+203=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D504CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504CB is #2AFB34. Grayscale: #585858. Windows color (decimal): -2816821 or 13305045. OLE color: 13305045.

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

Color convert

RGB 213 4 203 -
CMYK 0 0.98 0.05 0.16
HSL 302.87º 0.96% 0.43% -
HSV(B) 302.87º 0.98% 0.84% -
XYZ 38.26 18.54 58.06 -
YUV 89.18 192.24 216.32 -
System Red Green Blue C M Y K H S L
Decimal 213 4 203 0 0.98 0.05 0.16 302.87 0.96 0.43
Hex D5 4 CB 0 62 5 10 12F 60 2B
Octal 325 4 313 0 142 5 20 457 140 53
Binary 11010101 100 11001011 0 1100010 101 10000 100101111 1100000 101011

Color Harmonies of #D504CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504CB

Black with #D504CB

Text Example


Text Example

White with #D504CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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