Html Css Color HEX #D523CA Deep Magenta

📋 copy color: '#D523CA'

red 213 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #D523CA

Tints of Deep Magenta #D523CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 47.33%
G = 7.78%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D523CA (or 0xD523CA) is known color: Deep Magenta. HEX triplet: D5, 23 and CA. RGB value is (213,35,202). Sum of RGB (Red+Green+Blue) = 213+35+202=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D523CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523CA is #2ADC35. Grayscale: #6A6A6A. Windows color (decimal): -2808886 or 13247445. OLE color: 13247445.

HSL color Cylindrical-coordinate representation of color #D523CA: hue angle of 303.71º 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 #D523CA is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 202 -
CMYK 0 0.84 0.05 0.16
HSL 303.71º 0.72% 0.49% -
HSV(B) 303.71º 0.84% 0.84% -
XYZ 38.7 19.61 57.62 -
YUV 107.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 213 35 202 0 0.84 0.05 0.16 303.71 0.72 0.49
Hex D5 23 CA 0 54 5 10 130 48 31
Octal 325 43 312 0 124 5 20 460 110 61
Binary 11010101 100011 11001010 0 1010100 101 10000 100110000 1001000 110001

Color Harmonies of #D523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523CA

Black with #D523CA

Text Example


Text Example

White with #D523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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