Html Css Color HEX #D41497 Medium Violet Red

📋 copy color: '#D41497'

red 212 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #D41497

Tints of Medium Violet Red #D41497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 55.35%
G = 5.22%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D41497 (or 0xD41497) is known color: Medium Violet Red. HEX triplet: D4, 14 and 97. RGB value is (212,20,151). Sum of RGB (Red+Green+Blue) = 212+20+151=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D41497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41497 is #2BEB68. Grayscale: #5C5C5C. Windows color (decimal): -2878313 or 9901268. OLE color: 9901268.

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

Color convert

RGB 212 20 151 -
CMYK 0 0.91 0.29 0.17
HSL 319.06º 0.83% 0.45% -
HSV(B) 319.06º 0.91% 0.83% -
XYZ 32.99 16.73 30.77 -
YUV 92.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 212 20 151 0 0.91 0.29 0.17 319.06 0.83 0.45
Hex D4 14 97 0 5B 1D 11 13F 53 2D
Octal 324 24 227 0 133 35 21 477 123 55
Binary 11010100 10100 10010111 0 1011011 11101 10001 100111111 1010011 101101

Color Harmonies of #D41497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41497

Black with #D41497

Text Example


Text Example

White with #D41497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41497; }

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

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

background-color css

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

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

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

border-color css

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

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

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