Html Css Color HEX #D313CD Deep Magenta

📋 copy color: '#D313CD'

red 211 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #D313CD

Tints of Deep Magenta #D313CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 48.51%
G = 4.37%
B = 47.13%

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

#D313CD (or 0xD313CD) is known color: Deep Magenta. HEX triplet: D3, 13 and CD. RGB value is (211,19,205). Sum of RGB (Red+Green+Blue) = 211+19+205=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D313CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313CD is #2CEC32. Grayscale: #616161. Windows color (decimal): -2944051 or 13439955. OLE color: 13439955.

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

Color convert

RGB 211 19 205 -
CMYK 0 0.91 0.03 0.17
HSL 301.88º 0.83% 0.45% -
HSV(B) 301.88º 0.91% 0.83% -
XYZ 38.12 18.72 59.36 -
YUV 97.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 211 19 205 0 0.91 0.03 0.17 301.88 0.83 0.45
Hex D3 13 CD 0 5B 3 11 12E 53 2D
Octal 323 23 315 0 133 3 21 456 123 55
Binary 11010011 10011 11001101 0 1011011 11 10001 100101110 1010011 101101

Color Harmonies of #D313CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D313CD

Black with #D313CD

Text Example


Text Example

White with #D313CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D313CD; }

 p { color: rgb(211,19,205); }

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

background-color css

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

 a { background-color: rgb(211,19,205); }

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

border-color css

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

 span { border-color: rgb(211,19,205); }

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