Html Css Color HEX #D505B0 Deep Magenta

📋 copy color: '#D505B0'

red 213 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #D505B0

Tints of Deep Magenta #D505B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.67%

R = 54.06%
G = 1.27%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D505B0 (or 0xD505B0) is known color: Deep Magenta. HEX triplet: D5, 05 and B0. RGB value is (213,5,176). Sum of RGB (Red+Green+Blue) = 213+5+176=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D505B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D505B0 is #2AFA4F. Grayscale: #565656. Windows color (decimal): -2816592 or 11535829. OLE color: 11535829.

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

Color convert

RGB 213 5 176 -
CMYK 0 0.98 0.17 0.16
HSL 310.67º 0.95% 0.43% -
HSV(B) 310.67º 0.98% 0.84% -
XYZ 35.33 17.39 42.57 -
YUV 86.69 178.41 218.1 -
System Red Green Blue C M Y K H S L
Decimal 213 5 176 0 0.98 0.17 0.16 310.67 0.95 0.43
Hex D5 5 B0 0 62 11 10 137 5F 2B
Octal 325 5 260 0 142 21 20 467 137 53
Binary 11010101 101 10110000 0 1100010 10001 10000 100110111 1011111 101011

Color Harmonies of #D505B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505B0

Black with #D505B0

Text Example


Text Example

White with #D505B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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