Html Css Color HEX #D40B7C Medium Violet Red

📋 copy color: '#D40B7C'

red 212 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #D40B7C

Tints of Medium Violet Red #D40B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 61.1%
G = 3.17%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D40B7C (or 0xD40B7C) is known color: Medium Violet Red. HEX triplet: D4, 0B and 7C. RGB value is (212,11,124). Sum of RGB (Red+Green+Blue) = 212+11+124=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B7C is #2BF483. Grayscale: #535353. Windows color (decimal): -2880644 or 8129492. OLE color: 8129492.

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

Color convert

RGB 212 11 124 -
CMYK 0 0.95 0.42 0.17
HSL 326.27º 0.9% 0.44% -
HSV(B) 326.27º 0.95% 0.83% -
XYZ 30.91 15.69 20.47 -
YUV 83.98 150.59 219.31 -
System Red Green Blue C M Y K H S L
Decimal 212 11 124 0 0.95 0.42 0.17 326.27 0.9 0.44
Hex D4 B 7C 0 5F 2A 11 146 5A 2C
Octal 324 13 174 0 137 52 21 506 132 54
Binary 11010100 1011 1111100 0 1011111 101010 10001 101000110 1011010 101100

Color Harmonies of #D40B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B7C

Black with #D40B7C

Text Example


Text Example

White with #D40B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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