Html Css Color HEX #D41278 Medium Violet Red

📋 copy color: '#D41278'

red 212 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #D41278

Tints of Medium Violet Red #D41278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 60.57%
G = 5.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D41278 (or 0xD41278) is known color: Medium Violet Red. HEX triplet: D4, 12 and 78. RGB value is (212,18,120). Sum of RGB (Red+Green+Blue) = 212+18+120=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D41278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41278 is #2BED87. Grayscale: #575757. Windows color (decimal): -2878856 or 7869140. OLE color: 7869140.

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

Color convert

RGB 212 18 120 -
CMYK 0 0.92 0.43 0.17
HSL 328.45º 0.84% 0.45% -
HSV(B) 328.45º 0.92% 0.83% -
XYZ 30.76 15.79 19.2 -
YUV 87.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 212 18 120 0 0.92 0.43 0.17 328.45 0.84 0.45
Hex D4 12 78 0 5C 2B 11 148 54 2D
Octal 324 22 170 0 134 53 21 510 124 55
Binary 11010100 10010 1111000 0 1011100 101011 10001 101001000 1010100 101101

Color Harmonies of #D41278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41278

Black with #D41278

Text Example


Text Example

White with #D41278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41278; }

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

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

background-color css

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

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

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

border-color css

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

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

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