Html Css Color HEX #D41299 Medium Violet Red

📋 copy color: '#D41299'

red 212 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #D41299

Tints of Medium Violet Red #D41299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 55.35%
G = 4.7%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D41299 (or 0xD41299) is known color: Medium Violet Red. HEX triplet: D4, 12 and 99. RGB value is (212,18,153). Sum of RGB (Red+Green+Blue) = 212+18+153=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D41299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41299 is #2BED66. Grayscale: #5B5B5B. Windows color (decimal): -2878823 or 10031828. OLE color: 10031828.

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

Color convert

RGB 212 18 153 -
CMYK 0 0.92 0.28 0.17
HSL 318.25º 0.84% 0.45% -
HSV(B) 318.25º 0.92% 0.83% -
XYZ 33.12 16.73 31.62 -
YUV 91.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 212 18 153 0 0.92 0.28 0.17 318.25 0.84 0.45
Hex D4 12 99 0 5C 1C 11 13E 54 2D
Octal 324 22 231 0 134 34 21 476 124 55
Binary 11010100 10010 10011001 0 1011100 11100 10001 100111110 1010100 101101

Color Harmonies of #D41299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41299

Black with #D41299

Text Example


Text Example

White with #D41299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41299; }

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

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

background-color css

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

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

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

border-color css

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

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

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