Html Css Color HEX #D40092 Medium Violet Red

📋 copy color: '#D40092'

red 212 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #D40092

Tints of Medium Violet Red #D40092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.22%
G = 0%
B = 40.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D40092 (or 0xD40092) is known color: Medium Violet Red. HEX triplet: D4, 00 and 92. RGB value is (212,0,146). Sum of RGB (Red+Green+Blue) = 212+0+146=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D40092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40092 is #2BFF6D. Grayscale: #4F4F4F. Windows color (decimal): -2883438 or 9568468. OLE color: 9568468.

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

Color convert

RGB 212 0 146 -
CMYK 0 1 0.31 0.17
HSL 318.68º 1% 0.42% -
HSV(B) 318.68º 1% 0.83% -
XYZ 32.34 16.07 28.59 -
YUV 80.03 165.24 222.13 -
System Red Green Blue C M Y K H S L
Decimal 212 0 146 0 1 0.31 0.17 318.68 1 0.42
Hex D4 0 92 0 64 1F 11 13F 64 2A
Octal 324 0 222 0 144 37 21 477 144 52
Binary 11010100 0 10010010 0 1100100 11111 10001 100111111 1100100 101010

Color Harmonies of #D40092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40092

Black with #D40092

Text Example


Text Example

White with #D40092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40092; }

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

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

background-color css

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

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

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

border-color css

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

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

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