Html Css Color HEX #D415DD Deep Magenta

📋 copy color: '#D415DD'

red 212 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #D415DD

Tints of Deep Magenta #D415DD

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

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

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

R = 46.7%
G = 4.63%
B = 48.68%

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

#D415DD (or 0xD415DD) is known color: Deep Magenta. HEX triplet: D4, 15 and DD. RGB value is (212,21,221). Sum of RGB (Red+Green+Blue) = 212+21+221=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #D415DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415DD is #2BEA22. Grayscale: #646464. Windows color (decimal): -2877987 or 14489044. OLE color: 14489044.

HSL color Cylindrical-coordinate representation of color #D415DD: hue angle of 297.3º 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 #D415DD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 21 221 -
CMYK 0.04 0.90 0 0.13
HSL 297.3º 0.83% 0.47% -
HSV(B) 297.3º 0.9% 0.87% -
XYZ 40.47 19.75 70.09 -
YUV 100.91 195.78 207.24 -
System Red Green Blue C M Y K H S L
Decimal 212 21 221 0.04 0.90 0 0.13 297.3 0.83 0.47
Hex D4 15 DD 4 5A 0 D 129 53 2F
Octal 324 25 335 4 132 0 15 451 123 57
Binary 11010100 10101 11011101 100 1011010 0 1101 100101001 1010011 101111

Color Harmonies of #D415DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415DD

Black with #D415DD

Text Example


Text Example

White with #D415DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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