Html Css Color HEX #D41378 Medium Violet Red

📋 copy color: '#D41378'

red 212 ◦ green 19 ◦ blue 120

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

Shades of Medium Violet Red #D41378

Tints of Medium Violet Red #D41378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.41%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 60.4%
G = 5.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D41378 (or 0xD41378) is known color: Medium Violet Red. HEX triplet: D4, 13 and 78. RGB value is (212,19,120). Sum of RGB (Red+Green+Blue) = 212+19+120=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41378 is #2BEC87. Grayscale: #585858. Windows color (decimal): -2878600 or 7869396. OLE color: 7869396.

HSL color Cylindrical-coordinate representation of color #D41378: hue angle of 328.6º degrees, saturation: 0.84, 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 #D41378 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 120 -
CMYK 0 0.91 0.43 0.17
HSL 328.6º 0.84% 0.45% -
HSV(B) 328.6º 0.91% 0.83% -
XYZ 30.77 15.82 19.2 -
YUV 88.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 212 19 120 0 0.91 0.43 0.17 328.6 0.84 0.45
Hex D4 13 78 0 5B 2B 11 149 54 2D
Octal 324 23 170 0 133 53 21 511 124 55
Binary 11010100 10011 1111000 0 1011011 101011 10001 101001001 1010100 101101

Color Harmonies of #D41378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41378

Black with #D41378

Text Example


Text Example

White with #D41378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41378; }

 p { color: rgb(212,19,120); }

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

background-color css

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

 a { background-color: rgb(212,19,120); }

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

border-color css

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

 span { border-color: rgb(212,19,120); }

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