Html Css Color HEX #D40B98 Medium Violet Red

📋 copy color: '#D40B98'

red 212 ◦ green 11 ◦ blue 152

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

Shades of Medium Violet Red #D40B98

Tints of Medium Violet Red #D40B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 56.53%
G = 2.93%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D40B98 (or 0xD40B98) is known color: Medium Violet Red. HEX triplet: D4, 0B and 98. RGB value is (212,11,152). Sum of RGB (Red+Green+Blue) = 212+11+152=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B98 is #2BF467. Grayscale: #565656. Windows color (decimal): -2880616 or 9964500. OLE color: 9964500.

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

Color convert

RGB 212 11 152 -
CMYK 0 0.95 0.28 0.17
HSL 317.91º 0.9% 0.44% -
HSV(B) 317.91º 0.95% 0.83% -
XYZ 32.94 16.5 31.16 -
YUV 87.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 212 11 152 0 0.95 0.28 0.17 317.91 0.9 0.44
Hex D4 B 98 0 5F 1C 11 13E 5A 2C
Octal 324 13 230 0 137 34 21 476 132 54
Binary 11010100 1011 10011000 0 1011111 11100 10001 100111110 1011010 101100

Color Harmonies of #D40B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B98

Black with #D40B98

Text Example


Text Example

White with #D40B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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