Html Css Color HEX #D4008D Medium Violet Red

📋 copy color: '#D4008D'

red 212 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #D4008D

Tints of Medium Violet Red #D4008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 60.06%
G = 0%
B = 39.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4008D (or 0xD4008D) is known color: Medium Violet Red. HEX triplet: D4, 00 and 8D. RGB value is (212,0,141). Sum of RGB (Red+Green+Blue) = 212+0+141=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4008D is #2BFF72. Grayscale: #4F4F4F. Windows color (decimal): -2883443 or 9240788. OLE color: 9240788.

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

Color convert

RGB 212 0 141 -
CMYK 0 1 0.33 0.17
HSL 320.09º 1% 0.42% -
HSV(B) 320.09º 1% 0.83% -
XYZ 31.96 15.92 26.59 -
YUV 79.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 212 0 141 0 1 0.33 0.17 320.09 1 0.42
Hex D4 0 8D 0 64 21 11 140 64 2A
Octal 324 0 215 0 144 41 21 500 144 52
Binary 11010100 0 10001101 0 1100100 100001 10001 101000000 1100100 101010

Color Harmonies of #D4008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4008D

Black with #D4008D

Text Example


Text Example

White with #D4008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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