Html Css Color HEX #D40375 Medium Violet Red

📋 copy color: '#D40375'

red 212 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #D40375

Tints of Medium Violet Red #D40375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 63.86%
G = 0.9%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D40375 (or 0xD40375) is known color: Medium Violet Red. HEX triplet: D4, 03 and 75. RGB value is (212,3,117). Sum of RGB (Red+Green+Blue) = 212+3+117=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D40375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40375 is #2BFC8A. Grayscale: #4E4E4E. Windows color (decimal): -2882699 or 7668692. OLE color: 7668692.

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

Color convert

RGB 212 3 117 -
CMYK 0 0.99 0.45 0.17
HSL 327.27º 0.97% 0.42% -
HSV(B) 327.27º 0.99% 0.83% -
XYZ 30.39 15.35 18.19 -
YUV 78.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 212 3 117 0 0.99 0.45 0.17 327.27 0.97 0.42
Hex D4 3 75 0 63 2D 11 147 61 2A
Octal 324 3 165 0 143 55 21 507 141 52
Binary 11010100 11 1110101 0 1100011 101101 10001 101000111 1100001 101010

Color Harmonies of #D40375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40375

Black with #D40375

Text Example


Text Example

White with #D40375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40375; }

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

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

background-color css

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

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

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

border-color css

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

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

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