Html Css Color HEX #D013B9 Deep Magenta

📋 copy color: '#D013B9'

red 208 ◦ green 19 ◦ blue 185

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

Shades of Deep Magenta #D013B9

Tints of Deep Magenta #D013B9

RGB

 RED value IS 208 (81.64% from 255) = 50.49%

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 50.49%
G = 4.61%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D013B9 (or 0xD013B9) is known color: Deep Magenta. HEX triplet: D0, 13 and B9. RGB value is (208,19,185). Sum of RGB (Red+Green+Blue) = 208+19+185=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D013B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013B9 is #2FEC46. Grayscale: #5D5D5D. Windows color (decimal): -3140679 or 12129232. OLE color: 12129232.

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

Color convert

RGB 208 19 185 -
CMYK 0 0.91 0.11 0.18
HSL 307.3º 0.83% 0.45% -
HSV(B) 307.3º 0.91% 0.82% -
XYZ 35 17.38 47.41 -
YUV 94.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 208 19 185 0 0.91 0.11 0.18 307.3 0.83 0.45
Hex D0 13 B9 0 5B B 12 133 53 2D
Octal 320 23 271 0 133 13 22 463 123 55
Binary 11010000 10011 10111001 0 1011011 1011 10010 100110011 1010011 101101

Color Harmonies of #D013B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013B9

Black with #D013B9

Text Example


Text Example

White with #D013B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013B9; }

 p { color: rgb(208,19,185); }

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

background-color css

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

 a { background-color: rgb(208,19,185); }

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

border-color css

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

 span { border-color: rgb(208,19,185); }

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