Html Css Color HEX #D418A5 Medium Violet Red

📋 copy color: '#D418A5'

red 212 ◦ green 24 ◦ blue 165

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

Shades of Medium Violet Red #D418A5

Tints of Medium Violet Red #D418A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.15%

R = 52.87%
G = 5.99%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D418A5 (or 0xD418A5) is known color: Medium Violet Red. HEX triplet: D4, 18 and A5. RGB value is (212,24,165). Sum of RGB (Red+Green+Blue) = 212+24+165=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D418A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D418A5 is #2BE75A. Grayscale: #5F5F5F. Windows color (decimal): -2877275 or 10819796. OLE color: 10819796.

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

Color convert

RGB 212 24 165 -
CMYK 0 0.89 0.22 0.17
HSL 315º 0.8% 0.46% -
HSV(B) 315º 0.89% 0.83% -
XYZ 34.27 17.37 37.14 -
YUV 96.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 212 24 165 0 0.89 0.22 0.17 315 0.8 0.46
Hex D4 18 A5 0 59 16 11 13B 50 2E
Octal 324 30 245 0 131 26 21 473 120 56
Binary 11010100 11000 10100101 0 1011001 10110 10001 100111011 1010000 101110

Color Harmonies of #D418A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418A5

Black with #D418A5

Text Example


Text Example

White with #D418A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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