Html Css Color HEX #D418CC Deep Magenta

📋 copy color: '#D418CC'

red 212 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #D418CC

Tints of Deep Magenta #D418CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 48.18%
G = 5.45%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D418CC (or 0xD418CC) is known color: Deep Magenta. HEX triplet: D4, 18 and CC. RGB value is (212,24,204). Sum of RGB (Red+Green+Blue) = 212+24+204=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D418CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418CC is #2BE733. Grayscale: #646464. Windows color (decimal): -2877236 or 13375700. OLE color: 13375700.

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

Color convert

RGB 212 24 204 -
CMYK 0 0.89 0.04 0.17
HSL 302.55º 0.8% 0.46% -
HSV(B) 302.55º 0.89% 0.83% -
XYZ 38.38 19.01 58.77 -
YUV 100.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 212 24 204 0 0.89 0.04 0.17 302.55 0.8 0.46
Hex D4 18 CC 0 59 4 11 12F 50 2E
Octal 324 30 314 0 131 4 21 457 120 56
Binary 11010100 11000 11001100 0 1011001 100 10001 100101111 1010000 101110

Color Harmonies of #D418CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418CC

Black with #D418CC

Text Example


Text Example

White with #D418CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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