Html Css Color HEX #D41276 Medium Violet Red

📋 copy color: '#D41276'

red 212 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #D41276

Tints of Medium Violet Red #D41276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 60.92%
G = 5.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D41276 (or 0xD41276) is known color: Medium Violet Red. HEX triplet: D4, 12 and 76. RGB value is (212,18,118). Sum of RGB (Red+Green+Blue) = 212+18+118=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D41276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41276 is #2BED89. Grayscale: #575757. Windows color (decimal): -2878858 or 7738068. OLE color: 7738068.

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

Color convert

RGB 212 18 118 -
CMYK 0 0.92 0.44 0.17
HSL 329.07º 0.84% 0.45% -
HSV(B) 329.07º 0.92% 0.83% -
XYZ 30.64 15.74 18.56 -
YUV 87.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 212 18 118 0 0.92 0.44 0.17 329.07 0.84 0.45
Hex D4 12 76 0 5C 2C 11 149 54 2D
Octal 324 22 166 0 134 54 21 511 124 55
Binary 11010100 10010 1110110 0 1011100 101100 10001 101001001 1010100 101101

Color Harmonies of #D41276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41276

Black with #D41276

Text Example


Text Example

White with #D41276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41276; }

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

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

background-color css

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

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

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

border-color css

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

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

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