Html Css Color HEX #D506C7 Deep Magenta

📋 copy color: '#D506C7'

red 213 ◦ green 6 ◦ blue 199

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

Shades of Deep Magenta #D506C7

Tints of Deep Magenta #D506C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.61%

R = 50.96%
G = 1.44%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D506C7 (or 0xD506C7) is known color: Deep Magenta. HEX triplet: D5, 06 and C7. RGB value is (213,6,199). Sum of RGB (Red+Green+Blue) = 213+6+199=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D506C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506C7 is #2AF938. Grayscale: #595959. Windows color (decimal): -2816313 or 13043413. OLE color: 13043413.

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

Color convert

RGB 213 6 199 -
CMYK 0 0.97 0.07 0.16
HSL 304.06º 0.95% 0.43% -
HSV(B) 304.06º 0.97% 0.84% -
XYZ 37.81 18.4 55.59 -
YUV 89.9 189.58 215.81 -
System Red Green Blue C M Y K H S L
Decimal 213 6 199 0 0.97 0.07 0.16 304.06 0.95 0.43
Hex D5 6 C7 0 61 7 10 130 5F 2B
Octal 325 6 307 0 141 7 20 460 137 53
Binary 11010101 110 11000111 0 1100001 111 10000 100110000 1011111 101011

Color Harmonies of #D506C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506C7

Black with #D506C7

Text Example


Text Example

White with #D506C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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