Html Css Color HEX #D515DD Deep Magenta

📋 copy color: '#D515DD'

red 213 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #D515DD

Tints of Deep Magenta #D515DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 46.81%
G = 4.62%
B = 48.57%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D515DD (or 0xD515DD) is known color: Deep Magenta. HEX triplet: D5, 15 and DD. RGB value is (213,21,221). Sum of RGB (Red+Green+Blue) = 213+21+221=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #D515DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515DD is #2AEA22. Grayscale: #646464. Windows color (decimal): -2812451 or 14489045. OLE color: 14489045.

HSL color Cylindrical-coordinate representation of color #D515DD: hue angle of 297.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515DD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 21 221 -
CMYK 0.04 0.90 0 0.13
HSL 297.6º 0.83% 0.47% -
HSV(B) 297.6º 0.9% 0.87% -
XYZ 40.76 19.9 70.1 -
YUV 101.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 213 21 221 0.04 0.90 0 0.13 297.6 0.83 0.47
Hex D5 15 DD 4 5A 0 D 12A 53 2F
Octal 325 25 335 4 132 0 15 452 123 57
Binary 11010101 10101 11011101 100 1011010 0 1101 100101010 1010011 101111

Color Harmonies of #D515DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515DD

Black with #D515DD

Text Example


Text Example

White with #D515DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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