Html Css Color HEX #D40B7B Medium Violet Red

📋 copy color: '#D40B7B'

red 212 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #D40B7B

Tints of Medium Violet Red #D40B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 61.27%
G = 3.18%
B = 35.55%

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

#D40B7B (or 0xD40B7B) is known color: Medium Violet Red. HEX triplet: D4, 0B and 7B. RGB value is (212,11,123). Sum of RGB (Red+Green+Blue) = 212+11+123=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B7B is #2BF484. Grayscale: #535353. Windows color (decimal): -2880645 or 8063956. OLE color: 8063956.

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

Color convert

RGB 212 11 123 -
CMYK 0 0.95 0.42 0.17
HSL 326.57º 0.9% 0.44% -
HSV(B) 326.57º 0.95% 0.83% -
XYZ 30.85 15.67 20.14 -
YUV 83.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 212 11 123 0 0.95 0.42 0.17 326.57 0.9 0.44
Hex D4 B 7B 0 5F 2A 11 147 5A 2C
Octal 324 13 173 0 137 52 21 507 132 54
Binary 11010100 1011 1111011 0 1011111 101010 10001 101000111 1011010 101100

Color Harmonies of #D40B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B7B

Black with #D40B7B

Text Example


Text Example

White with #D40B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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