Html Css Color HEX #D40B9C Medium Violet Red

📋 copy color: '#D40B9C'

red 212 ◦ green 11 ◦ blue 156

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

Shades of Medium Violet Red #D40B9C

Tints of Medium Violet Red #D40B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 55.94%
G = 2.9%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D40B9C (or 0xD40B9C) is known color: Medium Violet Red. HEX triplet: D4, 0B and 9C. RGB value is (212,11,156). Sum of RGB (Red+Green+Blue) = 212+11+156=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B9C is #2BF463. Grayscale: #575757. Windows color (decimal): -2880612 or 10226644. OLE color: 10226644.

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

Color convert

RGB 212 11 156 -
CMYK 0 0.95 0.26 0.17
HSL 316.72º 0.9% 0.44% -
HSV(B) 316.72º 0.95% 0.83% -
XYZ 33.27 16.64 32.91 -
YUV 87.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 212 11 156 0 0.95 0.26 0.17 316.72 0.9 0.44
Hex D4 B 9C 0 5F 1A 11 13D 5A 2C
Octal 324 13 234 0 137 32 21 475 132 54
Binary 11010100 1011 10011100 0 1011111 11010 10001 100111101 1011010 101100

Color Harmonies of #D40B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B9C

Black with #D40B9C

Text Example


Text Example

White with #D40B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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