Html Css Color HEX #D41588 Medium Violet Red

📋 copy color: '#D41588'

red 212 ◦ green 21 ◦ blue 136

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

Shades of Medium Violet Red #D41588

Tints of Medium Violet Red #D41588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 57.45%
G = 5.69%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D41588 (or 0xD41588) is known color: Medium Violet Red. HEX triplet: D4, 15 and 88. RGB value is (212,21,136). Sum of RGB (Red+Green+Blue) = 212+21+136=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D41588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41588 is #2BEA77. Grayscale: #5A5A5A. Windows color (decimal): -2878072 or 8918484. OLE color: 8918484.

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

Color convert

RGB 212 21 136 -
CMYK 0 0.90 0.36 0.17
HSL 323.87º 0.82% 0.46% -
HSV(B) 323.87º 0.9% 0.83% -
XYZ 31.86 16.31 24.76 -
YUV 91.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 212 21 136 0 0.90 0.36 0.17 323.87 0.82 0.46
Hex D4 15 88 0 5A 24 11 144 52 2E
Octal 324 25 210 0 132 44 21 504 122 56
Binary 11010100 10101 10001000 0 1011010 100100 10001 101000100 1010010 101110

Color Harmonies of #D41588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41588

Black with #D41588

Text Example


Text Example

White with #D41588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41588; }

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

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

background-color css

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

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

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

border-color css

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

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

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