Html Css Color HEX #D506BB Deep Magenta

📋 copy color: '#D506BB'

red 213 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #D506BB

Tints of Deep Magenta #D506BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 52.46%
G = 1.48%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D506BB (or 0xD506BB) is known color: Deep Magenta. HEX triplet: D5, 06 and BB. RGB value is (213,6,187). Sum of RGB (Red+Green+Blue) = 213+6+187=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D506BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506BB is #2AF944. Grayscale: #585858. Windows color (decimal): -2816325 or 12256981. OLE color: 12256981.

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

Color convert

RGB 213 6 187 -
CMYK 0 0.97 0.12 0.16
HSL 307.54º 0.95% 0.43% -
HSV(B) 307.54º 0.97% 0.84% -
XYZ 36.48 17.86 48.54 -
YUV 88.53 183.58 216.78 -
System Red Green Blue C M Y K H S L
Decimal 213 6 187 0 0.97 0.12 0.16 307.54 0.95 0.43
Hex D5 6 BB 0 61 C 10 134 5F 2B
Octal 325 6 273 0 141 14 20 464 137 53
Binary 11010101 110 10111011 0 1100001 1100 10000 100110100 1011111 101011

Color Harmonies of #D506BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506BB

Black with #D506BB

Text Example


Text Example

White with #D506BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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