Html Css Color HEX #D507E2 Deep Magenta

📋 copy color: '#D507E2'

red 213 ◦ green 7 ◦ blue 226

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

Shades of Deep Magenta #D507E2

Tints of Deep Magenta #D507E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.67%

R = 47.76%
G = 1.57%
B = 50.67%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D507E2 (or 0xD507E2) is known color: Deep Magenta. HEX triplet: D5, 07 and E2. RGB value is (213,7,226). Sum of RGB (Red+Green+Blue) = 213+7+226=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #D507E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507E2 is #2AF81D. Grayscale: #5C5C5C. Windows color (decimal): -2816030 or 14813141. OLE color: 14813141.

HSL color Cylindrical-coordinate representation of color #D507E2: hue angle of 296.44º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507E2 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 7 226 -
CMYK 0.06 0.97 0 0.11
HSL 296.44º 0.94% 0.46% -
HSV(B) 296.44º 0.97% 0.89% -
XYZ 41.24 19.79 73.6 -
YUV 93.56 202.75 213.19 -
System Red Green Blue C M Y K H S L
Decimal 213 7 226 0.06 0.97 0 0.11 296.44 0.94 0.46
Hex D5 7 E2 6 61 0 B 128 5E 2E
Octal 325 7 342 6 141 0 13 450 136 56
Binary 11010101 111 11100010 110 1100001 0 1011 100101000 1011110 101110

Color Harmonies of #D507E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507E2

Black with #D507E2

Text Example


Text Example

White with #D507E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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