Html Css Color HEX #D505C3 Deep Magenta

📋 copy color: '#D505C3'

red 213 ◦ green 5 ◦ blue 195

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

Shades of Deep Magenta #D505C3

Tints of Deep Magenta #D505C3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 195 (76.56% from 255) = 47.22%

R = 51.57%
G = 1.21%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D505C3 (or 0xD505C3) is known color: Deep Magenta. HEX triplet: D5, 05 and C3. RGB value is (213,5,195). Sum of RGB (Red+Green+Blue) = 213+5+195=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D505C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505C3 is #2AFA3C. Grayscale: #585858. Windows color (decimal): -2816573 or 12781013. OLE color: 12781013.

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

Color convert

RGB 213 5 195 -
CMYK 0 0.98 0.08 0.16
HSL 305.19º 0.95% 0.43% -
HSV(B) 305.19º 0.98% 0.84% -
XYZ 37.35 18.19 53.17 -
YUV 88.85 187.91 216.55 -
System Red Green Blue C M Y K H S L
Decimal 213 5 195 0 0.98 0.08 0.16 305.19 0.95 0.43
Hex D5 5 C3 0 62 8 10 131 5F 2B
Octal 325 5 303 0 142 10 20 461 137 53
Binary 11010101 101 11000011 0 1100010 1000 10000 100110001 1011111 101011

Color Harmonies of #D505C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505C3

Black with #D505C3

Text Example


Text Example

White with #D505C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505C3; }

 p { color: rgb(213,5,195); }

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

background-color css

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

 a { background-color: rgb(213,5,195); }

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

border-color css

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

 span { border-color: rgb(213,5,195); }

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