Html Css Color HEX #D315E1 Deep Magenta

📋 copy color: '#D315E1'

red 211 ◦ green 21 ◦ blue 225

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

Shades of Deep Magenta #D315E1

Tints of Deep Magenta #D315E1

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

 GREEN value IS 21 (8.59% from 255) = 4.6%

 BLUE value IS 225 (88.28% from 255) = 49.23%

R = 46.17%
G = 4.6%
B = 49.23%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D315E1 (or 0xD315E1) is known color: Deep Magenta. HEX triplet: D3, 15 and E1. RGB value is (211,21,225). Sum of RGB (Red+Green+Blue) = 211+21+225=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #D315E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315E1 is #2CEA1E. Grayscale: #646464. Windows color (decimal): -2943519 or 14751187. OLE color: 14751187.

HSL color Cylindrical-coordinate representation of color #D315E1: hue angle of 295.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D315E1 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 21 225 -
CMYK 0.06 0.91 0 0.12
HSL 295.88º 0.83% 0.48% -
HSV(B) 295.88º 0.91% 0.88% -
XYZ 40.72 19.82 72.91 -
YUV 101.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 211 21 225 0.06 0.91 0 0.12 295.88 0.83 0.48
Hex D3 15 E1 6 5B 0 C 128 53 30
Octal 323 25 341 6 133 0 14 450 123 60
Binary 11010011 10101 11100001 110 1011011 0 1100 100101000 1010011 110000

Color Harmonies of #D315E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315E1

Black with #D315E1

Text Example


Text Example

White with #D315E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315E1; }

 p { color: rgb(211,21,225); }

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

background-color css

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

 a { background-color: rgb(211,21,225); }

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

border-color css

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

 span { border-color: rgb(211,21,225); }

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