Html Css Color HEX #D314CE Deep Magenta

📋 copy color: '#D314CE'

red 211 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #D314CE

Tints of Deep Magenta #D314CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 48.28%
G = 4.58%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D314CE (or 0xD314CE) is known color: Deep Magenta. HEX triplet: D3, 14 and CE. RGB value is (211,20,206). Sum of RGB (Red+Green+Blue) = 211+20+206=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D314CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314CE is #2CEB31. Grayscale: #616161. Windows color (decimal): -2943794 or 13505747. OLE color: 13505747.

HSL color Cylindrical-coordinate representation of color #D314CE: hue angle of 301.57º 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 #D314CE is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 206 -
CMYK 0 0.91 0.02 0.17
HSL 301.57º 0.83% 0.45% -
HSV(B) 301.57º 0.91% 0.83% -
XYZ 38.25 18.81 60.01 -
YUV 98.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 211 20 206 0 0.91 0.02 0.17 301.57 0.83 0.45
Hex D3 14 CE 0 5B 2 11 12E 53 2D
Octal 323 24 316 0 133 2 21 456 123 55
Binary 11010011 10100 11001110 0 1011011 10 10001 100101110 1010011 101101

Color Harmonies of #D314CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314CE

Black with #D314CE

Text Example


Text Example

White with #D314CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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