Html Css Color HEX #D523CD Deep Magenta

📋 copy color: '#D523CD'

red 213 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #D523CD

Tints of Deep Magenta #D523CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 47.02%
G = 7.73%
B = 45.25%

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

#D523CD (or 0xD523CD) is known color: Deep Magenta. HEX triplet: D5, 23 and CD. RGB value is (213,35,205). Sum of RGB (Red+Green+Blue) = 213+35+205=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D523CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523CD is #2ADC32. Grayscale: #6B6B6B. Windows color (decimal): -2808883 or 13444053. OLE color: 13444053.

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

Color convert

RGB 213 35 205 -
CMYK 0 0.84 0.04 0.16
HSL 302.7º 0.72% 0.49% -
HSV(B) 302.7º 0.84% 0.84% -
XYZ 39.06 19.76 59.51 -
YUV 107.6 182.97 203.18 -
System Red Green Blue C M Y K H S L
Decimal 213 35 205 0 0.84 0.04 0.16 302.7 0.72 0.49
Hex D5 23 CD 0 54 4 10 12F 48 31
Octal 325 43 315 0 124 4 20 457 110 61
Binary 11010101 100011 11001101 0 1010100 100 10000 100101111 1001000 110001

Color Harmonies of #D523CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523CD

Black with #D523CD

Text Example


Text Example

White with #D523CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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