Html Css Color HEX #D313E0 Deep Magenta

📋 copy color: '#D313E0'

red 211 ◦ green 19 ◦ blue 224

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

Shades of Deep Magenta #D313E0

Tints of Deep Magenta #D313E0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 46.48%
G = 4.19%
B = 49.34%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D313E0 (or 0xD313E0) is known color: Deep Magenta. HEX triplet: D3, 13 and E0. RGB value is (211,19,224). Sum of RGB (Red+Green+Blue) = 211+19+224=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #D313E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313E0 is #2CEC1F. Grayscale: #636363. Windows color (decimal): -2944032 or 14685139. OLE color: 14685139.

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

Color convert

RGB 211 19 224 -
CMYK 0.06 0.92 0 0.12
HSL 296.2º 0.84% 0.48% -
HSV(B) 296.2º 0.92% 0.88% -
XYZ 40.55 19.7 72.19 -
YUV 99.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 211 19 224 0.06 0.92 0 0.12 296.2 0.84 0.48
Hex D3 13 E0 6 5C 0 C 128 54 30
Octal 323 23 340 6 134 0 14 450 124 60
Binary 11010011 10011 11100000 110 1011100 0 1100 100101000 1010100 110000

Color Harmonies of #D313E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D313E0

Black with #D313E0

Text Example


Text Example

White with #D313E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D313E0; }

 p { color: rgb(211,19,224); }

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

background-color css

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

 a { background-color: rgb(211,19,224); }

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

border-color css

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

 span { border-color: rgb(211,19,224); }

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