Html Css Color HEX #D418B6 Deep Magenta

📋 copy color: '#D418B6'

red 212 ◦ green 24 ◦ blue 182

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

Shades of Deep Magenta #D418B6

Tints of Deep Magenta #D418B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 50.72%
G = 5.74%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D418B6 (or 0xD418B6) is known color: Deep Magenta. HEX triplet: D4, 18 and B6. RGB value is (212,24,182). Sum of RGB (Red+Green+Blue) = 212+24+182=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D418B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418B6 is #2BE749. Grayscale: #616161. Windows color (decimal): -2877258 or 11933908. OLE color: 11933908.

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

Color convert

RGB 212 24 182 -
CMYK 0 0.89 0.14 0.17
HSL 309.57º 0.8% 0.46% -
HSV(B) 309.57º 0.89% 0.83% -
XYZ 35.92 18.03 45.84 -
YUV 98.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 212 24 182 0 0.89 0.14 0.17 309.57 0.8 0.46
Hex D4 18 B6 0 59 E 11 136 50 2E
Octal 324 30 266 0 131 16 21 466 120 56
Binary 11010100 11000 10110110 0 1011001 1110 10001 100110110 1010000 101110

Color Harmonies of #D418B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418B6

Black with #D418B6

Text Example


Text Example

White with #D418B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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