Html Css Color HEX #D213C5 Deep Magenta

📋 copy color: '#D213C5'

red 210 ◦ green 19 ◦ blue 197

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

Shades of Deep Magenta #D213C5

Tints of Deep Magenta #D213C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 49.3%
G = 4.46%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D213C5 (or 0xD213C5) is known color: Deep Magenta. HEX triplet: D2, 13 and C5. RGB value is (210,19,197). Sum of RGB (Red+Green+Blue) = 210+19+197=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D213C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213C5 is #2DEC3A. Grayscale: #5F5F5F. Windows color (decimal): -3009595 or 12915666. OLE color: 12915666.

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

Color convert

RGB 210 19 197 -
CMYK 0 0.91 0.06 0.18
HSL 304.08º 0.83% 0.45% -
HSV(B) 304.08º 0.91% 0.82% -
XYZ 36.89 18.2 54.39 -
YUV 96.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 210 19 197 0 0.91 0.06 0.18 304.08 0.83 0.45
Hex D2 13 C5 0 5B 6 12 130 53 2D
Octal 322 23 305 0 133 6 22 460 123 55
Binary 11010010 10011 11000101 0 1011011 110 10010 100110000 1010011 101101

Color Harmonies of #D213C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213C5

Black with #D213C5

Text Example


Text Example

White with #D213C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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