Html Css Color HEX #D518CE Deep Magenta

📋 copy color: '#D518CE'

red 213 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #D518CE

Tints of Deep Magenta #D518CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.42%

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

R = 48.08%
G = 5.42%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D518CE (or 0xD518CE) is known color: Deep Magenta. HEX triplet: D5, 18 and CE. RGB value is (213,24,206). Sum of RGB (Red+Green+Blue) = 213+24+206=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D518CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518CE is #2AE731. Grayscale: #646464. Windows color (decimal): -2811698 or 13506773. OLE color: 13506773.

HSL color Cylindrical-coordinate representation of color #D518CE: hue angle of 302.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518CE is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 206 -
CMYK 0 0.89 0.03 0.16
HSL 302.22º 0.8% 0.46% -
HSV(B) 302.22º 0.89% 0.84% -
XYZ 38.91 19.26 60.06 -
YUV 101.26 187.12 207.7 -
System Red Green Blue C M Y K H S L
Decimal 213 24 206 0 0.89 0.03 0.16 302.22 0.8 0.46
Hex D5 18 CE 0 59 3 10 12E 50 2E
Octal 325 30 316 0 131 3 20 456 120 56
Binary 11010101 11000 11001110 0 1011001 11 10000 100101110 1010000 101110

Color Harmonies of #D518CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518CE

Black with #D518CE

Text Example


Text Example

White with #D518CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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