Html Css Color HEX #D41474 Medium Violet Red

📋 copy color: '#D41474'

red 212 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #D41474

Tints of Medium Violet Red #D41474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 60.92%
G = 5.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41474 (or 0xD41474) is known color: Medium Violet Red. HEX triplet: D4, 14 and 74. RGB value is (212,20,116). Sum of RGB (Red+Green+Blue) = 212+20+116=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D41474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41474 is #2BEB8B. Grayscale: #585858. Windows color (decimal): -2878348 or 7607508. OLE color: 7607508.

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

Color convert

RGB 212 20 116 -
CMYK 0 0.91 0.45 0.17
HSL 330º 0.83% 0.45% -
HSV(B) 330º 0.91% 0.83% -
XYZ 30.55 15.76 17.95 -
YUV 88.35 143.61 216.19 -
System Red Green Blue C M Y K H S L
Decimal 212 20 116 0 0.91 0.45 0.17 330 0.83 0.45
Hex D4 14 74 0 5B 2D 11 14A 53 2D
Octal 324 24 164 0 133 55 21 512 123 55
Binary 11010100 10100 1110100 0 1011011 101101 10001 101001010 1010011 101101

Color Harmonies of #D41474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41474

Black with #D41474

Text Example


Text Example

White with #D41474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41474; }

 p { color: rgb(212,20,116); }

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

background-color css

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

 a { background-color: rgb(212,20,116); }

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

border-color css

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

 span { border-color: rgb(212,20,116); }

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