Html Css Color HEX #D41375 Medium Violet Red

📋 copy color: '#D41375'

red 212 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #D41375

Tints of Medium Violet Red #D41375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 60.92%
G = 5.46%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D41375 (or 0xD41375) is known color: Medium Violet Red. HEX triplet: D4, 13 and 75. RGB value is (212,19,117). Sum of RGB (Red+Green+Blue) = 212+19+117=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D41375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41375 is #2BEC8A. Grayscale: #575757. Windows color (decimal): -2878603 or 7672788. OLE color: 7672788.

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

Color convert

RGB 212 19 117 -
CMYK 0 0.91 0.45 0.17
HSL 329.53º 0.84% 0.45% -
HSV(B) 329.53º 0.91% 0.83% -
XYZ 30.6 15.75 18.26 -
YUV 87.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 212 19 117 0 0.91 0.45 0.17 329.53 0.84 0.45
Hex D4 13 75 0 5B 2D 11 14A 54 2D
Octal 324 23 165 0 133 55 21 512 124 55
Binary 11010100 10011 1110101 0 1011011 101101 10001 101001010 1010100 101101

Color Harmonies of #D41375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41375

Black with #D41375

Text Example


Text Example

White with #D41375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41375; }

 p { color: rgb(212,19,117); }

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

background-color css

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

 a { background-color: rgb(212,19,117); }

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

border-color css

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

 span { border-color: rgb(212,19,117); }

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