Html Css Color HEX #D40292 Medium Violet Red

📋 copy color: '#D40292'

red 212 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #D40292

Tints of Medium Violet Red #D40292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 58.89%
G = 0.56%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D40292 (or 0xD40292) is known color: Medium Violet Red. HEX triplet: D4, 02 and 92. RGB value is (212,2,146). Sum of RGB (Red+Green+Blue) = 212+2+146=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D40292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40292 is #2BFD6D. Grayscale: #505050. Windows color (decimal): -2882926 or 9568980. OLE color: 9568980.

HSL color Cylindrical-coordinate representation of color #D40292: hue angle of 318.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40292 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 146 -
CMYK 0 0.99 0.31 0.17
HSL 318.86º 0.98% 0.42% -
HSV(B) 318.86º 0.99% 0.83% -
XYZ 32.36 16.12 28.6 -
YUV 81.21 164.57 221.29 -
System Red Green Blue C M Y K H S L
Decimal 212 2 146 0 0.99 0.31 0.17 318.86 0.98 0.42
Hex D4 2 92 0 63 1F 11 13F 62 2A
Octal 324 2 222 0 143 37 21 477 142 52
Binary 11010100 10 10010010 0 1100011 11111 10001 100111111 1100010 101010

Color Harmonies of #D40292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40292

Black with #D40292

Text Example


Text Example

White with #D40292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40292; }

 p { color: rgb(212,2,146); }

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

background-color css

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

 a { background-color: rgb(212,2,146); }

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

border-color css

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

 span { border-color: rgb(212,2,146); }

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