Html Css Color HEX #D4007F Medium Violet Red

📋 copy color: '#D4007F'

red 212 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #D4007F

Tints of Medium Violet Red #D4007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 62.54%
G = 0%
B = 37.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4007F (or 0xD4007F) is known color: Medium Violet Red. HEX triplet: D4, 00 and 7F. RGB value is (212,0,127). Sum of RGB (Red+Green+Blue) = 212+0+127=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4007F is #2BFF80. Grayscale: #4D4D4D. Windows color (decimal): -2883457 or 8323284. OLE color: 8323284.

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

Color convert

RGB 212 0 127 -
CMYK 0 1 0.40 0.17
HSL 324.06º 1% 0.42% -
HSV(B) 324.06º 1% 0.83% -
XYZ 30.98 15.53 21.44 -
YUV 77.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 212 0 127 0 1 0.40 0.17 324.06 1 0.42
Hex D4 0 7F 0 64 28 11 144 64 2A
Octal 324 0 177 0 144 50 21 504 144 52
Binary 11010100 0 1111111 0 1100100 101000 10001 101000100 1100100 101010

Color Harmonies of #D4007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4007F

Black with #D4007F

Text Example


Text Example

White with #D4007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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