Html Css Color HEX #D8047D Medium Violet Red

📋 copy color: '#D8047D'

red 216 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #D8047D

Tints of Medium Violet Red #D8047D

RGB

 RED value IS 216 (84.77% from 255) = 62.61%

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 62.61%
G = 1.16%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8047D (or 0xD8047D) is known color: Medium Violet Red. HEX triplet: D8, 04 and 7D. RGB value is (216,4,125). Sum of RGB (Red+Green+Blue) = 216+4+125=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8047D is #27FB82. Grayscale: #505050. Windows color (decimal): -2620291 or 8193240. OLE color: 8193240.

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

Color convert

RGB 216 4 125 -
CMYK 0 0.98 0.42 0.15
HSL 325.75º 0.96% 0.43% -
HSV(B) 325.75º 0.98% 0.85% -
XYZ 32.06 16.17 20.83 -
YUV 81.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 216 4 125 0 0.98 0.42 0.15 325.75 0.96 0.43
Hex D8 4 7D 0 62 2A F 146 60 2B
Octal 330 4 175 0 142 52 17 506 140 53
Binary 11011000 100 1111101 0 1100010 101010 1111 101000110 1100000 101011

Color Harmonies of #D8047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8047D

Black with #D8047D

Text Example


Text Example

White with #D8047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8047D; }

 p { color: rgb(216,4,125); }

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

background-color css

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

 a { background-color: rgb(216,4,125); }

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

border-color css

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

 span { border-color: rgb(216,4,125); }

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