Html Css Color HEX #D013B2 Deep Magenta

📋 copy color: '#D013B2'

red 208 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #D013B2

Tints of Deep Magenta #D013B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 51.36%
G = 4.69%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D013B2 (or 0xD013B2) is known color: Deep Magenta. HEX triplet: D0, 13 and B2. RGB value is (208,19,178). Sum of RGB (Red+Green+Blue) = 208+19+178=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D013B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013B2 is #2FEC4D. Grayscale: #5D5D5D. Windows color (decimal): -3140686 or 11670480. OLE color: 11670480.

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

Color convert

RGB 208 19 178 -
CMYK 0 0.91 0.14 0.18
HSL 309.52º 0.83% 0.45% -
HSV(B) 309.52º 0.91% 0.82% -
XYZ 34.28 17.09 43.61 -
YUV 93.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 208 19 178 0 0.91 0.14 0.18 309.52 0.83 0.45
Hex D0 13 B2 0 5B E 12 136 53 2D
Octal 320 23 262 0 133 16 22 466 123 55
Binary 11010000 10011 10110010 0 1011011 1110 10010 100110110 1010011 101101

Color Harmonies of #D013B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D013B2

Black with #D013B2

Text Example


Text Example

White with #D013B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D013B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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