Html Css Color HEX #D506CF Deep Magenta

📋 copy color: '#D506CF'

red 213 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #D506CF

Tints of Deep Magenta #D506CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 50%
G = 1.41%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D506CF (or 0xD506CF) is known color: Deep Magenta. HEX triplet: D5, 06 and CF. RGB value is (213,6,207). Sum of RGB (Red+Green+Blue) = 213+6+207=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D506CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506CF is #2AF930. Grayscale: #5A5A5A. Windows color (decimal): -2816305 or 13567701. OLE color: 13567701.

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

Color convert

RGB 213 6 207 -
CMYK 0 0.97 0.03 0.16
HSL 301.74º 0.95% 0.43% -
HSV(B) 301.74º 0.97% 0.84% -
XYZ 38.77 18.78 60.61 -
YUV 90.81 193.58 215.16 -
System Red Green Blue C M Y K H S L
Decimal 213 6 207 0 0.97 0.03 0.16 301.74 0.95 0.43
Hex D5 6 CF 0 61 3 10 12E 5F 2B
Octal 325 6 317 0 141 3 20 456 137 53
Binary 11010101 110 11001111 0 1100001 11 10000 100101110 1011111 101011

Color Harmonies of #D506CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506CF

Black with #D506CF

Text Example


Text Example

White with #D506CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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