Html Css Color HEX #D41498 Medium Violet Red

📋 copy color: '#D41498'

red 212 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #D41498

Tints of Medium Violet Red #D41498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 55.21%
G = 5.21%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D41498 (or 0xD41498) is known color: Medium Violet Red. HEX triplet: D4, 14 and 98. RGB value is (212,20,152). Sum of RGB (Red+Green+Blue) = 212+20+152=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D41498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41498 is #2BEB67. Grayscale: #5C5C5C. Windows color (decimal): -2878312 or 9966804. OLE color: 9966804.

HSL color Cylindrical-coordinate representation of color #D41498: hue angle of 318.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41498 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 152 -
CMYK 0 0.91 0.28 0.17
HSL 318.75º 0.83% 0.45% -
HSV(B) 318.75º 0.91% 0.83% -
XYZ 33.07 16.76 31.2 -
YUV 92.46 161.61 213.27 -
System Red Green Blue C M Y K H S L
Decimal 212 20 152 0 0.91 0.28 0.17 318.75 0.83 0.45
Hex D4 14 98 0 5B 1C 11 13F 53 2D
Octal 324 24 230 0 133 34 21 477 123 55
Binary 11010100 10100 10011000 0 1011011 11100 10001 100111111 1010011 101101

Color Harmonies of #D41498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41498

Black with #D41498

Text Example


Text Example

White with #D41498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41498; }

 p { color: rgb(212,20,152); }

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

background-color css

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

 a { background-color: rgb(212,20,152); }

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

border-color css

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

 span { border-color: rgb(212,20,152); }

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