Html Css Color HEX #D315E5 Deep Magenta

📋 copy color: '#D315E5'

red 211 ◦ green 21 ◦ blue 229

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

Shades of Deep Magenta #D315E5

Tints of Deep Magenta #D315E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 45.77%
G = 4.56%
B = 49.67%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D315E5 (or 0xD315E5) is known color: Deep Magenta. HEX triplet: D3, 15 and E5. RGB value is (211,21,229). Sum of RGB (Red+Green+Blue) = 211+21+229=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #D315E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315E5 is #2CEA1A. Grayscale: #646464. Windows color (decimal): -2943515 or 15013331. OLE color: 15013331.

HSL color Cylindrical-coordinate representation of color #D315E5: hue angle of 294.81º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D315E5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 21 229 -
CMYK 0.08 0.91 0 0.10
HSL 294.81º 0.83% 0.49% -
HSV(B) 294.81º 0.91% 0.9% -
XYZ 41.27 20.04 75.82 -
YUV 101.52 199.95 206.09 -
System Red Green Blue C M Y K H S L
Decimal 211 21 229 0.08 0.91 0 0.10 294.81 0.83 0.49
Hex D3 15 E5 8 5B 0 A 127 53 31
Octal 323 25 345 10 133 0 12 447 123 61
Binary 11010011 10101 11100101 1000 1011011 0 1010 100100111 1010011 110001

Color Harmonies of #D315E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315E5

Black with #D315E5

Text Example


Text Example

White with #D315E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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