Html Css Color HEX #D505C2 Deep Magenta

📋 copy color: '#D505C2'

red 213 ◦ green 5 ◦ blue 194

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

Shades of Deep Magenta #D505C2

Tints of Deep Magenta #D505C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 51.7%
G = 1.21%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D505C2 (or 0xD505C2) is known color: Deep Magenta. HEX triplet: D5, 05 and C2. RGB value is (213,5,194). Sum of RGB (Red+Green+Blue) = 213+5+194=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D505C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505C2 is #2AFA3D. Grayscale: #585858. Windows color (decimal): -2816574 or 12715477. OLE color: 12715477.

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

Color convert

RGB 213 5 194 -
CMYK 0 0.98 0.09 0.16
HSL 305.48º 0.95% 0.43% -
HSV(B) 305.48º 0.98% 0.84% -
XYZ 37.23 18.15 52.58 -
YUV 88.74 187.41 216.63 -
System Red Green Blue C M Y K H S L
Decimal 213 5 194 0 0.98 0.09 0.16 305.48 0.95 0.43
Hex D5 5 C2 0 62 9 10 131 5F 2B
Octal 325 5 302 0 142 11 20 461 137 53
Binary 11010101 101 11000010 0 1100010 1001 10000 100110001 1011111 101011

Color Harmonies of #D505C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505C2

Black with #D505C2

Text Example


Text Example

White with #D505C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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