Html Css Color HEX #D314CB Deep Magenta

📋 copy color: '#D314CB'

red 211 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #D314CB

Tints of Deep Magenta #D314CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 48.62%
G = 4.61%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D314CB (or 0xD314CB) is known color: Deep Magenta. HEX triplet: D3, 14 and CB. RGB value is (211,20,203). Sum of RGB (Red+Green+Blue) = 211+20+203=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D314CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314CB is #2CEB34. Grayscale: #616161. Windows color (decimal): -2943797 or 13309139. OLE color: 13309139.

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

Color convert

RGB 211 20 203 -
CMYK 0 0.91 0.04 0.17
HSL 302.51º 0.83% 0.45% -
HSV(B) 302.51º 0.91% 0.83% -
XYZ 37.89 18.66 58.1 -
YUV 97.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 211 20 203 0 0.91 0.04 0.17 302.51 0.83 0.45
Hex D3 14 CB 0 5B 4 11 12F 53 2D
Octal 323 24 313 0 133 4 21 457 123 55
Binary 11010011 10100 11001011 0 1011011 100 10001 100101111 1010011 101101

Color Harmonies of #D314CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314CB

Black with #D314CB

Text Example


Text Example

White with #D314CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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