Html Css Color HEX #D506B8 Deep Magenta

📋 copy color: '#D506B8'

red 213 ◦ green 6 ◦ blue 184

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

Shades of Deep Magenta #D506B8

Tints of Deep Magenta #D506B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.66%

R = 52.85%
G = 1.49%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D506B8 (or 0xD506B8) is known color: Deep Magenta. HEX triplet: D5, 06 and B8. RGB value is (213,6,184). Sum of RGB (Red+Green+Blue) = 213+6+184=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D506B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506B8 is #2AF947. Grayscale: #575757. Windows color (decimal): -2816328 or 12060373. OLE color: 12060373.

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

Color convert

RGB 213 6 184 -
CMYK 0 0.97 0.14 0.16
HSL 308.41º 0.95% 0.43% -
HSV(B) 308.41º 0.97% 0.84% -
XYZ 36.16 17.74 46.87 -
YUV 88.19 182.08 217.03 -
System Red Green Blue C M Y K H S L
Decimal 213 6 184 0 0.97 0.14 0.16 308.41 0.95 0.43
Hex D5 6 B8 0 61 E 10 134 5F 2B
Octal 325 6 270 0 141 16 20 464 137 53
Binary 11010101 110 10111000 0 1100001 1110 10000 100110100 1011111 101011

Color Harmonies of #D506B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506B8

Black with #D506B8

Text Example


Text Example

White with #D506B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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