Html Css Color HEX #D507C3 Deep Magenta

📋 copy color: '#D507C3'

red 213 ◦ green 7 ◦ blue 195

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

Shades of Deep Magenta #D507C3

Tints of Deep Magenta #D507C3

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 51.33%
G = 1.69%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D507C3 (or 0xD507C3) is known color: Deep Magenta. HEX triplet: D5, 07 and C3. RGB value is (213,7,195). Sum of RGB (Red+Green+Blue) = 213+7+195=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D507C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507C3 is #2AF83C. Grayscale: #595959. Windows color (decimal): -2816061 or 12781525. OLE color: 12781525.

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

Color convert

RGB 213 7 195 -
CMYK 0 0.97 0.08 0.16
HSL 305.24º 0.94% 0.43% -
HSV(B) 305.24º 0.97% 0.84% -
XYZ 37.37 18.24 53.18 -
YUV 90.03 187.25 215.71 -
System Red Green Blue C M Y K H S L
Decimal 213 7 195 0 0.97 0.08 0.16 305.24 0.94 0.43
Hex D5 7 C3 0 61 8 10 131 5E 2B
Octal 325 7 303 0 141 10 20 461 136 53
Binary 11010101 111 11000011 0 1100001 1000 10000 100110001 1011110 101011

Color Harmonies of #D507C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507C3

Black with #D507C3

Text Example


Text Example

White with #D507C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507C3; }

 p { color: rgb(213,7,195); }

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

background-color css

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

 a { background-color: rgb(213,7,195); }

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

border-color css

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

 span { border-color: rgb(213,7,195); }

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