Html Css Color HEX #D113CD Deep Magenta

📋 copy color: '#D113CD'

red 209 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #D113CD

Tints of Deep Magenta #D113CD

RGB

 RED value IS 209 (82.03% from 255) = 48.27%

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

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

R = 48.27%
G = 4.39%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D113CD (or 0xD113CD) is known color: Deep Magenta. HEX triplet: D1, 13 and CD. RGB value is (209,19,205). Sum of RGB (Red+Green+Blue) = 209+19+205=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D113CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113CD is #2EEC32. Grayscale: #606060. Windows color (decimal): -3075123 or 13439953. OLE color: 13439953.

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

Color convert

RGB 209 19 205 -
CMYK 0 0.91 0.02 0.18
HSL 301.26º 0.83% 0.45% -
HSV(B) 301.26º 0.91% 0.82% -
XYZ 37.55 18.43 59.34 -
YUV 97.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 209 19 205 0 0.91 0.02 0.18 301.26 0.83 0.45
Hex D1 13 CD 0 5B 2 12 12D 53 2D
Octal 321 23 315 0 133 2 22 455 123 55
Binary 11010001 10011 11001101 0 1011011 10 10010 100101101 1010011 101101

Color Harmonies of #D113CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113CD

Black with #D113CD

Text Example


Text Example

White with #D113CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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