Html Css Color HEX #D40378 Medium Violet Red

📋 copy color: '#D40378'

red 212 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #D40378

Tints of Medium Violet Red #D40378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 63.28%
G = 0.9%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D40378 (or 0xD40378) is known color: Medium Violet Red. HEX triplet: D4, 03 and 78. RGB value is (212,3,120). Sum of RGB (Red+Green+Blue) = 212+3+120=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D40378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40378 is #2BFC87. Grayscale: #4E4E4E. Windows color (decimal): -2882696 or 7865300. OLE color: 7865300.

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

Color convert

RGB 212 3 120 -
CMYK 0 0.99 0.43 0.17
HSL 326.41º 0.97% 0.42% -
HSV(B) 326.41º 0.99% 0.83% -
XYZ 30.57 15.42 19.13 -
YUV 78.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 212 3 120 0 0.99 0.43 0.17 326.41 0.97 0.42
Hex D4 3 78 0 63 2B 11 146 61 2A
Octal 324 3 170 0 143 53 21 506 141 52
Binary 11010100 11 1111000 0 1100011 101011 10001 101000110 1100001 101010

Color Harmonies of #D40378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40378

Black with #D40378

Text Example


Text Example

White with #D40378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40378; }

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

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

background-color css

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

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

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

border-color css

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

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

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