Html Css Color HEX #D4008F Medium Violet Red

📋 copy color: '#D4008F'

red 212 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #D4008F

Tints of Medium Violet Red #D4008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 59.72%
G = 0%
B = 40.28%

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

#D4008F (or 0xD4008F) is known color: Medium Violet Red. HEX triplet: D4, 00 and 8F. RGB value is (212,0,143). Sum of RGB (Red+Green+Blue) = 212+0+143=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4008F is #2BFF70. Grayscale: #4F4F4F. Windows color (decimal): -2883441 or 9371860. OLE color: 9371860.

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

Color convert

RGB 212 0 143 -
CMYK 0 1 0.33 0.17
HSL 319.53º 1% 0.42% -
HSV(B) 319.53º 1% 0.83% -
XYZ 32.11 15.98 27.38 -
YUV 79.69 163.74 222.37 -
System Red Green Blue C M Y K H S L
Decimal 212 0 143 0 1 0.33 0.17 319.53 1 0.42
Hex D4 0 8F 0 64 21 11 140 64 2A
Octal 324 0 217 0 144 41 21 500 144 52
Binary 11010100 0 10001111 0 1100100 100001 10001 101000000 1100100 101010

Color Harmonies of #D4008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4008F

Black with #D4008F

Text Example


Text Example

White with #D4008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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