Html Css Color HEX #D40892 Medium Violet Red

📋 copy color: '#D40892'

red 212 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #D40892

Tints of Medium Violet Red #D40892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 57.92%
G = 2.19%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D40892 (or 0xD40892) is known color: Medium Violet Red. HEX triplet: D4, 08 and 92. RGB value is (212,8,146). Sum of RGB (Red+Green+Blue) = 212+8+146=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D40892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40892 is #2BF76D. Grayscale: #545454. Windows color (decimal): -2881390 or 9570516. OLE color: 9570516.

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

Color convert

RGB 212 8 146 -
CMYK 0 0.96 0.31 0.17
HSL 319.41º 0.93% 0.43% -
HSV(B) 319.41º 0.96% 0.83% -
XYZ 32.43 16.25 28.62 -
YUV 84.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 212 8 146 0 0.96 0.31 0.17 319.41 0.93 0.43
Hex D4 8 92 0 60 1F 11 13F 5D 2B
Octal 324 10 222 0 140 37 21 477 135 53
Binary 11010100 1000 10010010 0 1100000 11111 10001 100111111 1011101 101011

Color Harmonies of #D40892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40892

Black with #D40892

Text Example


Text Example

White with #D40892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40892; }

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

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

background-color css

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

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

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

border-color css

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

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

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