Html Css Color HEX #D505D3 Deep Magenta

📋 copy color: '#D505D3'

red 213 ◦ green 5 ◦ blue 211

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

Shades of Deep Magenta #D505D3

Tints of Deep Magenta #D505D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.18%

R = 49.65%
G = 1.17%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D505D3 (or 0xD505D3) is known color: Deep Magenta. HEX triplet: D5, 05 and D3. RGB value is (213,5,211). Sum of RGB (Red+Green+Blue) = 213+5+211=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D505D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505D3 is #2AFA2C. Grayscale: #5A5A5A. Windows color (decimal): -2816557 or 13829589. OLE color: 13829589.

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

Color convert

RGB 213 5 211 -
CMYK 0 0.98 0.01 0.16
HSL 300.58º 0.95% 0.43% -
HSV(B) 300.58º 0.98% 0.84% -
XYZ 39.25 18.96 63.22 -
YUV 90.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 213 5 211 0 0.98 0.01 0.16 300.58 0.95 0.43
Hex D5 5 D3 0 62 1 10 12D 5F 2B
Octal 325 5 323 0 142 1 20 455 137 53
Binary 11010101 101 11010011 0 1100010 1 10000 100101101 1011111 101011

Color Harmonies of #D505D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505D3

Black with #D505D3

Text Example


Text Example

White with #D505D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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