Html Css Color HEX #D40278 Medium Violet Red

📋 copy color: '#D40278'

red 212 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #D40278

Tints of Medium Violet Red #D40278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 63.47%
G = 0.6%
B = 35.93%

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

#D40278 (or 0xD40278) is known color: Medium Violet Red. HEX triplet: D4, 02 and 78. RGB value is (212,2,120). Sum of RGB (Red+Green+Blue) = 212+2+120=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D40278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40278 is #2BFD87. Grayscale: #4D4D4D. Windows color (decimal): -2882952 or 7865044. OLE color: 7865044.

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

Color convert

RGB 212 2 120 -
CMYK 0 0.99 0.43 0.17
HSL 326.29º 0.98% 0.42% -
HSV(B) 326.29º 0.99% 0.83% -
XYZ 30.56 15.4 19.13 -
YUV 78.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 212 2 120 0 0.99 0.43 0.17 326.29 0.98 0.42
Hex D4 2 78 0 63 2B 11 146 62 2A
Octal 324 2 170 0 143 53 21 506 142 52
Binary 11010100 10 1111000 0 1100011 101011 10001 101000110 1100010 101010

Color Harmonies of #D40278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40278

Black with #D40278

Text Example


Text Example

White with #D40278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40278; }

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

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

background-color css

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

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

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

border-color css

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

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

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