Html Css Color HEX #D40294 Medium Violet Red

📋 copy color: '#D40294'

red 212 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #D40294

Tints of Medium Violet Red #D40294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 58.56%
G = 0.55%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D40294 (or 0xD40294) is known color: Medium Violet Red. HEX triplet: D4, 02 and 94. RGB value is (212,2,148). Sum of RGB (Red+Green+Blue) = 212+2+148=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D40294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40294 is #2BFD6B. Grayscale: #515151. Windows color (decimal): -2882924 or 9700052. OLE color: 9700052.

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

Color convert

RGB 212 2 148 -
CMYK 0 0.99 0.30 0.17
HSL 318.29º 0.98% 0.42% -
HSV(B) 318.29º 0.99% 0.83% -
XYZ 32.52 16.18 29.43 -
YUV 81.43 165.57 221.13 -
System Red Green Blue C M Y K H S L
Decimal 212 2 148 0 0.99 0.30 0.17 318.29 0.98 0.42
Hex D4 2 94 0 63 1E 11 13E 62 2A
Octal 324 2 224 0 143 36 21 476 142 52
Binary 11010100 10 10010100 0 1100011 11110 10001 100111110 1100010 101010

Color Harmonies of #D40294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40294

Black with #D40294

Text Example


Text Example

White with #D40294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40294; }

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

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

background-color css

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

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

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

border-color css

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

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

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