Html Css Color HEX #D7047A Medium Violet Red

📋 copy color: '#D7047A'

red 215 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #D7047A

Tints of Medium Violet Red #D7047A

RGB

 RED value IS 215 (84.38% from 255) = 63.05%

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 63.05%
G = 1.17%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7047A (or 0xD7047A) is known color: Medium Violet Red. HEX triplet: D7, 04 and 7A. RGB value is (215,4,122). Sum of RGB (Red+Green+Blue) = 215+4+122=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7047A is #28FB85. Grayscale: #505050. Windows color (decimal): -2685830 or 7996631. OLE color: 7996631.

HSL color Cylindrical-coordinate representation of color #D7047A: hue angle of 326.45º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7047A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 122 -
CMYK 0 0.98 0.43 0.16
HSL 326.45º 0.96% 0.43% -
HSV(B) 326.45º 0.98% 0.84% -
XYZ 31.58 15.94 19.82 -
YUV 80.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 215 4 122 0 0.98 0.43 0.16 326.45 0.96 0.43
Hex D7 4 7A 0 62 2B 10 146 60 2B
Octal 327 4 172 0 142 53 20 506 140 53
Binary 11010111 100 1111010 0 1100010 101011 10000 101000110 1100000 101011

Color Harmonies of #D7047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7047A

Black with #D7047A

Text Example


Text Example

White with #D7047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7047A; }

 p { color: rgb(215,4,122); }

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

background-color css

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

 a { background-color: rgb(215,4,122); }

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

border-color css

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

 span { border-color: rgb(215,4,122); }

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