Html Css Color HEX #D314DF Deep Magenta

📋 copy color: '#D314DF'

red 211 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #D314DF

Tints of Deep Magenta #D314DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.41%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 46.48%
G = 4.41%
B = 49.12%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D314DF (or 0xD314DF) is known color: Deep Magenta. HEX triplet: D3, 14 and DF. RGB value is (211,20,223). Sum of RGB (Red+Green+Blue) = 211+20+223=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #D314DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314DF is #2CEB20. Grayscale: #636363. Windows color (decimal): -2943777 or 14619859. OLE color: 14619859.

HSL color Cylindrical-coordinate representation of color #D314DF: hue angle of 296.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314DF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 20 223 -
CMYK 0.05 0.91 0 0.13
HSL 296.45º 0.84% 0.48% -
HSV(B) 296.45º 0.91% 0.87% -
XYZ 40.43 19.68 71.48 -
YUV 100.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 211 20 223 0.05 0.91 0 0.13 296.45 0.84 0.48
Hex D3 14 DF 5 5B 0 D 128 54 30
Octal 323 24 337 5 133 0 15 450 124 60
Binary 11010011 10100 11011111 101 1011011 0 1101 100101000 1010100 110000

Color Harmonies of #D314DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314DF

Black with #D314DF

Text Example


Text Example

White with #D314DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314DF; }

 p { color: rgb(211,20,223); }

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

background-color css

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

 a { background-color: rgb(211,20,223); }

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

border-color css

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

 span { border-color: rgb(211,20,223); }

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