Html Css Color HEX #D418A1 Medium Violet Red

📋 copy color: '#D418A1'

red 212 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #D418A1

Tints of Medium Violet Red #D418A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 53.4%
G = 6.05%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D418A1 (or 0xD418A1) is known color: Medium Violet Red. HEX triplet: D4, 18 and A1. RGB value is (212,24,161). Sum of RGB (Red+Green+Blue) = 212+24+161=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D418A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D418A1 is #2BE75E. Grayscale: #5F5F5F. Windows color (decimal): -2877279 or 10557652. OLE color: 10557652.

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

Color convert

RGB 212 24 161 -
CMYK 0 0.89 0.24 0.17
HSL 316.28º 0.8% 0.46% -
HSV(B) 316.28º 0.89% 0.83% -
XYZ 33.91 17.22 35.26 -
YUV 95.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 212 24 161 0 0.89 0.24 0.17 316.28 0.8 0.46
Hex D4 18 A1 0 59 18 11 13C 50 2E
Octal 324 30 241 0 131 30 21 474 120 56
Binary 11010100 11000 10100001 0 1011001 11000 10001 100111100 1010000 101110

Color Harmonies of #D418A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418A1

Black with #D418A1

Text Example


Text Example

White with #D418A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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