Html Css Color HEX #D418CA Deep Magenta

📋 copy color: '#D418CA'

red 212 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #D418CA

Tints of Deep Magenta #D418CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 48.4%
G = 5.48%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D418CA (or 0xD418CA) is known color: Deep Magenta. HEX triplet: D4, 18 and CA. RGB value is (212,24,202). Sum of RGB (Red+Green+Blue) = 212+24+202=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D418CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418CA is #2BE735. Grayscale: #636363. Windows color (decimal): -2877238 or 13244628. OLE color: 13244628.

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

Color convert

RGB 212 24 202 -
CMYK 0 0.89 0.05 0.17
HSL 303.19º 0.8% 0.46% -
HSV(B) 303.19º 0.89% 0.83% -
XYZ 38.14 18.91 57.52 -
YUV 100.5 185.28 207.53 -
System Red Green Blue C M Y K H S L
Decimal 212 24 202 0 0.89 0.05 0.17 303.19 0.8 0.46
Hex D4 18 CA 0 59 5 11 12F 50 2E
Octal 324 30 312 0 131 5 21 457 120 56
Binary 11010100 11000 11001010 0 1011001 101 10001 100101111 1010000 101110

Color Harmonies of #D418CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418CA

Black with #D418CA

Text Example


Text Example

White with #D418CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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