Html Css Color HEX #D523CC Deep Magenta

📋 copy color: '#D523CC'

red 213 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #D523CC

Tints of Deep Magenta #D523CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 47.12%
G = 7.74%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D523CC (or 0xD523CC) is known color: Deep Magenta. HEX triplet: D5, 23 and CC. RGB value is (213,35,204). Sum of RGB (Red+Green+Blue) = 213+35+204=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D523CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523CC is #2ADC33. Grayscale: #6A6A6A. Windows color (decimal): -2808884 or 13378517. OLE color: 13378517.

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

Color convert

RGB 213 35 204 -
CMYK 0 0.84 0.04 0.16
HSL 303.03º 0.72% 0.49% -
HSV(B) 303.03º 0.84% 0.84% -
XYZ 38.94 19.71 58.88 -
YUV 107.49 182.47 203.26 -
System Red Green Blue C M Y K H S L
Decimal 213 35 204 0 0.84 0.04 0.16 303.03 0.72 0.49
Hex D5 23 CC 0 54 4 10 12F 48 31
Octal 325 43 314 0 124 4 20 457 110 61
Binary 11010101 100011 11001100 0 1010100 100 10000 100101111 1001000 110001

Color Harmonies of #D523CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523CC

Black with #D523CC

Text Example


Text Example

White with #D523CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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