Html Css Color HEX #D40B78 Medium Violet Red

📋 copy color: '#D40B78'

red 212 ◦ green 11 ◦ blue 120

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

Shades of Medium Violet Red #D40B78

Tints of Medium Violet Red #D40B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

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

R = 61.81%
G = 3.21%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D40B78 (or 0xD40B78) is known color: Medium Violet Red. HEX triplet: D4, 0B and 78. RGB value is (212,11,120). Sum of RGB (Red+Green+Blue) = 212+11+120=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B78 is #2BF487. Grayscale: #535353. Windows color (decimal): -2880648 or 7867348. OLE color: 7867348.

HSL color Cylindrical-coordinate representation of color #D40B78: hue angle of 327.46º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B78 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 120 -
CMYK 0 0.95 0.43 0.17
HSL 327.46º 0.9% 0.44% -
HSV(B) 327.46º 0.95% 0.83% -
XYZ 30.66 15.59 19.16 -
YUV 83.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 212 11 120 0 0.95 0.43 0.17 327.46 0.9 0.44
Hex D4 B 78 0 5F 2B 11 147 5A 2C
Octal 324 13 170 0 137 53 21 507 132 54
Binary 11010100 1011 1111000 0 1011111 101011 10001 101000111 1011010 101100

Color Harmonies of #D40B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B78

Black with #D40B78

Text Example


Text Example

White with #D40B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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