Html Css Color HEX #D511CD Deep Magenta

📋 copy color: '#D511CD'

red 213 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #D511CD

Tints of Deep Magenta #D511CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.91%

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

R = 48.97%
G = 3.91%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D511CD (or 0xD511CD) is known color: Deep Magenta. HEX triplet: D5, 11 and CD. RGB value is (213,17,205). Sum of RGB (Red+Green+Blue) = 213+17+205=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D511CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511CD is #2AEE32. Grayscale: #606060. Windows color (decimal): -2813491 or 13439445. OLE color: 13439445.

HSL color Cylindrical-coordinate representation of color #D511CD: hue angle of 302.45º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511CD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 205 -
CMYK 0 0.92 0.04 0.16
HSL 302.45º 0.85% 0.45% -
HSV(B) 302.45º 0.92% 0.84% -
XYZ 38.66 18.95 59.38 -
YUV 97.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 213 17 205 0 0.92 0.04 0.16 302.45 0.85 0.45
Hex D5 11 CD 0 5C 4 10 12E 55 2D
Octal 325 21 315 0 134 4 20 456 125 55
Binary 11010101 10001 11001101 0 1011100 100 10000 100101110 1010101 101101

Color Harmonies of #D511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511CD

Black with #D511CD

Text Example


Text Example

White with #D511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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