Html Css Color HEX #D41585 Medium Violet Red

📋 copy color: '#D41585'

red 212 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #D41585

Tints of Medium Violet Red #D41585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 57.92%
G = 5.74%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D41585 (or 0xD41585) is known color: Medium Violet Red. HEX triplet: D4, 15 and 85. RGB value is (212,21,133). Sum of RGB (Red+Green+Blue) = 212+21+133=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D41585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41585 is #2BEA7A. Grayscale: #5A5A5A. Windows color (decimal): -2878075 or 8721876. OLE color: 8721876.

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

Color convert

RGB 212 21 133 -
CMYK 0 0.90 0.37 0.17
HSL 324.82º 0.82% 0.46% -
HSV(B) 324.82º 0.9% 0.83% -
XYZ 31.65 16.23 23.65 -
YUV 90.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 212 21 133 0 0.90 0.37 0.17 324.82 0.82 0.46
Hex D4 15 85 0 5A 25 11 145 52 2E
Octal 324 25 205 0 132 45 21 505 122 56
Binary 11010100 10101 10000101 0 1011010 100101 10001 101000101 1010010 101110

Color Harmonies of #D41585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41585

Black with #D41585

Text Example


Text Example

White with #D41585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41585; }

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

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

background-color css

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

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

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

border-color css

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

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

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