Html Css Color HEX #D213B5 Deep Magenta

📋 copy color: '#D213B5'

red 210 ◦ green 19 ◦ blue 181

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

Shades of Deep Magenta #D213B5

Tints of Deep Magenta #D213B5

RGB

 RED value IS 210 (82.42% from 255) = 51.22%

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

 BLUE value IS 181 (71.09% from 255) = 44.15%

R = 51.22%
G = 4.63%
B = 44.15%

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

#D213B5 (or 0xD213B5) is known color: Deep Magenta. HEX triplet: D2, 13 and B5. RGB value is (210,19,181). Sum of RGB (Red+Green+Blue) = 210+19+181=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D213B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213B5 is #2DEC4A. Grayscale: #5E5E5E. Windows color (decimal): -3009611 or 11867090. OLE color: 11867090.

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

Color convert

RGB 210 19 181 -
CMYK 0 0.91 0.14 0.18
HSL 309.11º 0.83% 0.45% -
HSV(B) 309.11º 0.91% 0.82% -
XYZ 35.15 17.5 45.24 -
YUV 94.58 176.78 210.33 -
System Red Green Blue C M Y K H S L
Decimal 210 19 181 0 0.91 0.14 0.18 309.11 0.83 0.45
Hex D2 13 B5 0 5B E 12 135 53 2D
Octal 322 23 265 0 133 16 22 465 123 55
Binary 11010010 10011 10110101 0 1011011 1110 10010 100110101 1010011 101101

Color Harmonies of #D213B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213B5

Black with #D213B5

Text Example


Text Example

White with #D213B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213B5; }

 p { color: rgb(210,19,181); }

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

background-color css

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

 a { background-color: rgb(210,19,181); }

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

border-color css

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

 span { border-color: rgb(210,19,181); }

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