Html Css Color HEX #D41287 Medium Violet Red

📋 copy color: '#D41287'

red 212 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #D41287

Tints of Medium Violet Red #D41287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 58.08%
G = 4.93%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D41287 (or 0xD41287) is known color: Medium Violet Red. HEX triplet: D4, 12 and 87. RGB value is (212,18,135). Sum of RGB (Red+Green+Blue) = 212+18+135=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D41287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41287 is #2BED78. Grayscale: #595959. Windows color (decimal): -2878841 or 8852180. OLE color: 8852180.

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

Color convert

RGB 212 18 135 -
CMYK 0 0.92 0.36 0.17
HSL 323.81º 0.84% 0.45% -
HSV(B) 323.81º 0.92% 0.83% -
XYZ 31.74 16.18 24.37 -
YUV 89.34 153.77 215.49 -
System Red Green Blue C M Y K H S L
Decimal 212 18 135 0 0.92 0.36 0.17 323.81 0.84 0.45
Hex D4 12 87 0 5C 24 11 144 54 2D
Octal 324 22 207 0 134 44 21 504 124 55
Binary 11010100 10010 10000111 0 1011100 100100 10001 101000100 1010100 101101

Color Harmonies of #D41287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41287

Black with #D41287

Text Example


Text Example

White with #D41287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41287; }

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

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

background-color css

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

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

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

border-color css

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

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

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