Html Css Color HEX #D8037D Medium Violet Red

📋 copy color: '#D8037D'

red 216 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #D8037D

Tints of Medium Violet Red #D8037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 62.79%
G = 0.87%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8037D (or 0xD8037D) is known color: Medium Violet Red. HEX triplet: D8, 03 and 7D. RGB value is (216,3,125). Sum of RGB (Red+Green+Blue) = 216+3+125=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8037D is #27FC82. Grayscale: #505050. Windows color (decimal): -2620547 or 8192984. OLE color: 8192984.

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

Color convert

RGB 216 3 125 -
CMYK 0 0.99 0.42 0.15
HSL 325.63º 0.97% 0.43% -
HSV(B) 325.63º 0.99% 0.85% -
XYZ 32.05 16.14 20.83 -
YUV 80.6 153.07 224.58 -
System Red Green Blue C M Y K H S L
Decimal 216 3 125 0 0.99 0.42 0.15 325.63 0.97 0.43
Hex D8 3 7D 0 63 2A F 146 61 2B
Octal 330 3 175 0 143 52 17 506 141 53
Binary 11011000 11 1111101 0 1100011 101010 1111 101000110 1100001 101011

Color Harmonies of #D8037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8037D

Black with #D8037D

Text Example


Text Example

White with #D8037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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