Html Css Color HEX #D41A98 Medium Violet Red

📋 copy color: '#D41A98'

red 212 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #D41A98

Tints of Medium Violet Red #D41A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

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

R = 54.36%
G = 6.67%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D41A98 (or 0xD41A98) is known color: Medium Violet Red. HEX triplet: D4, 1A and 98. RGB value is (212,26,152). Sum of RGB (Red+Green+Blue) = 212+26+152=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A98 is #2BE567. Grayscale: #5F5F5F. Windows color (decimal): -2876776 or 9968340. OLE color: 9968340.

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

Color convert

RGB 212 26 152 -
CMYK 0 0.88 0.28 0.17
HSL 319.35º 0.78% 0.47% -
HSV(B) 319.35º 0.88% 0.83% -
XYZ 33.19 17 31.24 -
YUV 95.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 212 26 152 0 0.88 0.28 0.17 319.35 0.78 0.47
Hex D4 1A 98 0 58 1C 11 13F 4E 2F
Octal 324 32 230 0 130 34 21 477 116 57
Binary 11010100 11010 10011000 0 1011000 11100 10001 100111111 1001110 101111

Color Harmonies of #D41A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A98

Black with #D41A98

Text Example


Text Example

White with #D41A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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