Html Css Color HEX #D506DE Deep Magenta

📋 copy color: '#D506DE'

red 213 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #D506DE

Tints of Deep Magenta #D506DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 48.3%
G = 1.36%
B = 50.34%

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

#D506DE (or 0xD506DE) is known color: Deep Magenta. HEX triplet: D5, 06 and DE. RGB value is (213,6,222). Sum of RGB (Red+Green+Blue) = 213+6+222=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #D506DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506DE is #2AF921. Grayscale: #5B5B5B. Windows color (decimal): -2816290 or 14550741. OLE color: 14550741.

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

Color convert

RGB 213 6 222 -
CMYK 0.04 0.97 0 0.13
HSL 297.5º 0.95% 0.45% -
HSV(B) 297.5º 0.97% 0.87% -
XYZ 40.69 19.55 70.74 -
YUV 92.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 213 6 222 0.04 0.97 0 0.13 297.5 0.95 0.45
Hex D5 6 DE 4 61 0 D 12A 5F 2D
Octal 325 6 336 4 141 0 15 452 137 55
Binary 11010101 110 11011110 100 1100001 0 1101 100101010 1011111 101101

Color Harmonies of #D506DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506DE

Black with #D506DE

Text Example


Text Example

White with #D506DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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