Html Css Color HEX #D511CE Deep Magenta

📋 copy color: '#D511CE'

red 213 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #D511CE

Tints of Deep Magenta #D511CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 48.85%
G = 3.9%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D511CE (or 0xD511CE) is known color: Deep Magenta. HEX triplet: D5, 11 and CE. RGB value is (213,17,206). Sum of RGB (Red+Green+Blue) = 213+17+206=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D511CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511CE is #2AEE31. Grayscale: #606060. Windows color (decimal): -2813490 or 13504981. OLE color: 13504981.

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

Color convert

RGB 213 17 206 -
CMYK 0 0.92 0.03 0.16
HSL 302.14º 0.85% 0.45% -
HSV(B) 302.14º 0.92% 0.84% -
XYZ 38.78 19 60.02 -
YUV 97.15 189.43 210.63 -
System Red Green Blue C M Y K H S L
Decimal 213 17 206 0 0.92 0.03 0.16 302.14 0.85 0.45
Hex D5 11 CE 0 5C 3 10 12E 55 2D
Octal 325 21 316 0 134 3 20 456 125 55
Binary 11010101 10001 11001110 0 1011100 11 10000 100101110 1010101 101101

Color Harmonies of #D511CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511CE

Black with #D511CE

Text Example


Text Example

White with #D511CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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