Html Css Color HEX #D41581 Medium Violet Red

📋 copy color: '#D41581'

red 212 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #D41581

Tints of Medium Violet Red #D41581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 58.56%
G = 5.8%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D41581 (or 0xD41581) is known color: Medium Violet Red. HEX triplet: D4, 15 and 81. RGB value is (212,21,129). Sum of RGB (Red+Green+Blue) = 212+21+129=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D41581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41581 is #2BEA7E. Grayscale: #5A5A5A. Windows color (decimal): -2878079 or 8459732. OLE color: 8459732.

HSL color Cylindrical-coordinate representation of color #D41581: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41581 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 129 -
CMYK 0 0.90 0.39 0.17
HSL 326.07º 0.82% 0.46% -
HSV(B) 326.07º 0.9% 0.83% -
XYZ 31.38 16.12 22.23 -
YUV 90.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 212 21 129 0 0.90 0.39 0.17 326.07 0.82 0.46
Hex D4 15 81 0 5A 27 11 146 52 2E
Octal 324 25 201 0 132 47 21 506 122 56
Binary 11010100 10101 10000001 0 1011010 100111 10001 101000110 1010010 101110

Color Harmonies of #D41581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41581

Black with #D41581

Text Example


Text Example

White with #D41581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41581; }

 p { color: rgb(212,21,129); }

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

background-color css

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

 a { background-color: rgb(212,21,129); }

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

border-color css

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

 span { border-color: rgb(212,21,129); }

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