Html Css Color HEX #D314CC Deep Magenta

📋 copy color: '#D314CC'

red 211 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #D314CC

Tints of Deep Magenta #D314CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 48.51%
G = 4.6%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D314CC (or 0xD314CC) is known color: Deep Magenta. HEX triplet: D3, 14 and CC. RGB value is (211,20,204). Sum of RGB (Red+Green+Blue) = 211+20+204=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D314CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314CC is #2CEB33. Grayscale: #616161. Windows color (decimal): -2943796 or 13374675. OLE color: 13374675.

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

Color convert

RGB 211 20 204 -
CMYK 0 0.91 0.03 0.17
HSL 302.2º 0.83% 0.45% -
HSV(B) 302.2º 0.91% 0.83% -
XYZ 38.01 18.71 58.73 -
YUV 98.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 211 20 204 0 0.91 0.03 0.17 302.2 0.83 0.45
Hex D3 14 CC 0 5B 3 11 12E 53 2D
Octal 323 24 314 0 133 3 21 456 123 55
Binary 11010011 10100 11001100 0 1011011 11 10001 100101110 1010011 101101

Color Harmonies of #D314CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314CC

Black with #D314CC

Text Example


Text Example

White with #D314CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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