Html Css Color HEX #D418D7 Deep Magenta

📋 copy color: '#D418D7'

red 212 ◦ green 24 ◦ blue 215

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

Shades of Deep Magenta #D418D7

Tints of Deep Magenta #D418D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 47.01%
G = 5.32%
B = 47.67%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D418D7 (or 0xD418D7) is known color: Deep Magenta. HEX triplet: D4, 18 and D7. RGB value is (212,24,215). Sum of RGB (Red+Green+Blue) = 212+24+215=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #D418D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418D7 is #2BE728. Grayscale: #656565. Windows color (decimal): -2877225 or 14096596. OLE color: 14096596.

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

Color convert

RGB 212 24 215 -
CMYK 0.01 0.89 0 0.16
HSL 299.06º 0.8% 0.47% -
HSV(B) 299.06º 0.89% 0.84% -
XYZ 39.74 19.56 65.97 -
YUV 101.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 212 24 215 0.01 0.89 0 0.16 299.06 0.8 0.47
Hex D4 18 D7 1 59 0 10 12B 50 2F
Octal 324 30 327 1 131 0 20 453 120 57
Binary 11010100 11000 11010111 1 1011001 0 10000 100101011 1010000 101111

Color Harmonies of #D418D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418D7

Black with #D418D7

Text Example


Text Example

White with #D418D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418D7; }

 p { color: rgb(212,24,215); }

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

background-color css

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

 a { background-color: rgb(212,24,215); }

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

border-color css

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

 span { border-color: rgb(212,24,215); }

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