Html Css Color HEX #D41280 Medium Violet Red

📋 copy color: '#D41280'

red 212 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #D41280

Tints of Medium Violet Red #D41280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 59.22%
G = 5.03%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D41280 (or 0xD41280) is known color: Medium Violet Red. HEX triplet: D4, 12 and 80. RGB value is (212,18,128). Sum of RGB (Red+Green+Blue) = 212+18+128=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D41280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41280 is #2BED7F. Grayscale: #585858. Windows color (decimal): -2878848 or 8393428. OLE color: 8393428.

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

Color convert

RGB 212 18 128 -
CMYK 0 0.92 0.40 0.17
HSL 325.98º 0.84% 0.45% -
HSV(B) 325.98º 0.92% 0.83% -
XYZ 31.26 15.99 21.86 -
YUV 88.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 212 18 128 0 0.92 0.40 0.17 325.98 0.84 0.45
Hex D4 12 80 0 5C 28 11 146 54 2D
Octal 324 22 200 0 134 50 21 506 124 55
Binary 11010100 10010 10000000 0 1011100 101000 10001 101000110 1010100 101101

Color Harmonies of #D41280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41280

Black with #D41280

Text Example


Text Example

White with #D41280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41280; }

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

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

background-color css

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

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

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

border-color css

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

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

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