Html Css Color HEX #D506DF Deep Magenta

📋 copy color: '#D506DF'

red 213 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #D506DF

Tints of Deep Magenta #D506DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 48.19%
G = 1.36%
B = 50.45%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D506DF (or 0xD506DF) is known color: Deep Magenta. HEX triplet: D5, 06 and DF. RGB value is (213,6,223). Sum of RGB (Red+Green+Blue) = 213+6+223=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #D506DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506DF is #2AF920. Grayscale: #5B5B5B. Windows color (decimal): -2816289 or 14616277. OLE color: 14616277.

HSL color Cylindrical-coordinate representation of color #D506DF: hue angle of 297.24º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D506DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 6 223 -
CMYK 0.04 0.97 0 0.13
HSL 297.24º 0.95% 0.45% -
HSV(B) 297.24º 0.97% 0.87% -
XYZ 40.82 19.6 71.44 -
YUV 92.63 201.58 213.86 -
System Red Green Blue C M Y K H S L
Decimal 213 6 223 0.04 0.97 0 0.13 297.24 0.95 0.45
Hex D5 6 DF 4 61 0 D 129 5F 2D
Octal 325 6 337 4 141 0 15 451 137 55
Binary 11010101 110 11011111 100 1100001 0 1101 100101001 1011111 101101

Color Harmonies of #D506DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506DF

Black with #D506DF

Text Example


Text Example

White with #D506DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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