Html Css Color HEX #D515CE Deep Magenta

📋 copy color: '#D515CE'

red 213 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #D515CE

Tints of Deep Magenta #D515CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

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

R = 48.41%
G = 4.77%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D515CE (or 0xD515CE) is known color: Deep Magenta. HEX triplet: D5, 15 and CE. RGB value is (213,21,206). Sum of RGB (Red+Green+Blue) = 213+21+206=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D515CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515CE is #2AEA31. Grayscale: #626262. Windows color (decimal): -2812466 or 13506005. OLE color: 13506005.

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

Color convert

RGB 213 21 206 -
CMYK 0 0.90 0.03 0.16
HSL 302.19º 0.82% 0.46% -
HSV(B) 302.19º 0.9% 0.84% -
XYZ 38.85 19.14 60.04 -
YUV 99.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 213 21 206 0 0.90 0.03 0.16 302.19 0.82 0.46
Hex D5 15 CE 0 5A 3 10 12E 52 2E
Octal 325 25 316 0 132 3 20 456 122 56
Binary 11010101 10101 11001110 0 1011010 11 10000 100101110 1010010 101110

Color Harmonies of #D515CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515CE

Black with #D515CE

Text Example


Text Example

White with #D515CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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