Html Css Color HEX #D506C1 Deep Magenta

📋 copy color: '#D506C1'

red 213 ◦ green 6 ◦ blue 193

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

Shades of Deep Magenta #D506C1

Tints of Deep Magenta #D506C1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 193 (75.78% from 255) = 46.84%

R = 51.7%
G = 1.46%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D506C1 (or 0xD506C1) is known color: Deep Magenta. HEX triplet: D5, 06 and C1. RGB value is (213,6,193). Sum of RGB (Red+Green+Blue) = 213+6+193=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D506C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506C1 is #2AF93E. Grayscale: #585858. Windows color (decimal): -2816319 or 12650197. OLE color: 12650197.

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

Color convert

RGB 213 6 193 -
CMYK 0 0.97 0.09 0.16
HSL 305.8º 0.95% 0.43% -
HSV(B) 305.8º 0.97% 0.84% -
XYZ 37.13 18.13 51.99 -
YUV 89.21 186.58 216.29 -
System Red Green Blue C M Y K H S L
Decimal 213 6 193 0 0.97 0.09 0.16 305.8 0.95 0.43
Hex D5 6 C1 0 61 9 10 132 5F 2B
Octal 325 6 301 0 141 11 20 462 137 53
Binary 11010101 110 11000001 0 1100001 1001 10000 100110010 1011111 101011

Color Harmonies of #D506C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506C1

Black with #D506C1

Text Example


Text Example

White with #D506C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506C1; }

 p { color: rgb(213,6,193); }

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

background-color css

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

 a { background-color: rgb(213,6,193); }

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

border-color css

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

 span { border-color: rgb(213,6,193); }

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