Html Css Color HEX #D523C2 Deep Magenta

📋 copy color: '#D523C2'

red 213 ◦ green 35 ◦ blue 194

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

Shades of Deep Magenta #D523C2

Tints of Deep Magenta #D523C2

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

 GREEN value IS 35 (14.06% from 255) = 7.92%

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 48.19%
G = 7.92%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D523C2 (or 0xD523C2) is known color: Deep Magenta. HEX triplet: D5, 23 and C2. RGB value is (213,35,194). Sum of RGB (Red+Green+Blue) = 213+35+194=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D523C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523C2 is #2ADC3D. Grayscale: #696969. Windows color (decimal): -2808894 or 12723157. OLE color: 12723157.

HSL color Cylindrical-coordinate representation of color #D523C2: hue angle of 306.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D523C2 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 194 -
CMYK 0 0.84 0.09 0.16
HSL 306.4º 0.72% 0.49% -
HSV(B) 306.4º 0.84% 0.84% -
XYZ 37.78 19.24 52.76 -
YUV 106.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 213 35 194 0 0.84 0.09 0.16 306.4 0.72 0.49
Hex D5 23 C2 0 54 9 10 132 48 31
Octal 325 43 302 0 124 11 20 462 110 61
Binary 11010101 100011 11000010 0 1010100 1001 10000 100110010 1001000 110001

Color Harmonies of #D523C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523C2

Black with #D523C2

Text Example


Text Example

White with #D523C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523C2; }

 p { color: rgb(213,35,194); }

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

background-color css

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

 a { background-color: rgb(213,35,194); }

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

border-color css

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

 span { border-color: rgb(213,35,194); }

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