Html Css Color HEX #D314C0 Deep Magenta

📋 copy color: '#D314C0'

red 211 ◦ green 20 ◦ blue 192

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

Shades of Deep Magenta #D314C0

Tints of Deep Magenta #D314C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 49.88%
G = 4.73%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D314C0 (or 0xD314C0) is known color: Deep Magenta. HEX triplet: D3, 14 and C0. RGB value is (211,20,192). Sum of RGB (Red+Green+Blue) = 211+20+192=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D314C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314C0 is #2CEB3F. Grayscale: #606060. Windows color (decimal): -2943808 or 12588243. OLE color: 12588243.

HSL color Cylindrical-coordinate representation of color #D314C0: hue angle of 305.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314C0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 192 -
CMYK 0 0.91 0.09 0.17
HSL 305.97º 0.83% 0.45% -
HSV(B) 305.97º 0.91% 0.83% -
XYZ 36.63 18.15 51.44 -
YUV 96.72 181.78 209.51 -
System Red Green Blue C M Y K H S L
Decimal 211 20 192 0 0.91 0.09 0.17 305.97 0.83 0.45
Hex D3 14 C0 0 5B 9 11 132 53 2D
Octal 323 24 300 0 133 11 21 462 123 55
Binary 11010011 10100 11000000 0 1011011 1001 10001 100110010 1010011 101101

Color Harmonies of #D314C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314C0

Black with #D314C0

Text Example


Text Example

White with #D314C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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