Html Css Color HEX #D4007A Medium Violet Red

📋 copy color: '#D4007A'

red 212 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #D4007A

Tints of Medium Violet Red #D4007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 63.47%
G = 0%
B = 36.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4007A (or 0xD4007A) is known color: Medium Violet Red. HEX triplet: D4, 00 and 7A. RGB value is (212,0,122). Sum of RGB (Red+Green+Blue) = 212+0+122=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D4007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4007A is #2BFF85. Grayscale: #4D4D4D. Windows color (decimal): -2883462 or 7995604. OLE color: 7995604.

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

Color convert

RGB 212 0 122 -
CMYK 0 1 0.42 0.17
HSL 325.47º 1% 0.42% -
HSV(B) 325.47º 1% 0.83% -
XYZ 30.66 15.4 19.77 -
YUV 77.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 212 0 122 0 1 0.42 0.17 325.47 1 0.42
Hex D4 0 7A 0 64 2A 11 145 64 2A
Octal 324 0 172 0 144 52 21 505 144 52
Binary 11010100 0 1111010 0 1100100 101010 10001 101000101 1100100 101010

Color Harmonies of #D4007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4007A

Black with #D4007A

Text Example


Text Example

White with #D4007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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