Html Css Color HEX #D5038D Medium Violet Red

📋 copy color: '#D5038D'

red 213 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D5038D

Tints of Medium Violet Red #D5038D

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 59.66%
G = 0.84%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5038D (or 0xD5038D) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8D. RGB value is (213,3,141). Sum of RGB (Red+Green+Blue) = 213+3+141=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038D is #2AFC72. Grayscale: #515151. Windows color (decimal): -2817139 or 9241557. OLE color: 9241557.

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

Color convert

RGB 213 3 141 -
CMYK 0 0.99 0.34 0.16
HSL 320.57º 0.97% 0.42% -
HSV(B) 320.57º 0.99% 0.84% -
XYZ 32.28 16.13 26.61 -
YUV 81.52 161.57 221.78 -
System Red Green Blue C M Y K H S L
Decimal 213 3 141 0 0.99 0.34 0.16 320.57 0.97 0.42
Hex D5 3 8D 0 63 22 10 141 61 2A
Octal 325 3 215 0 143 42 20 501 141 52
Binary 11010101 11 10001101 0 1100011 100010 10000 101000001 1100001 101010

Color Harmonies of #D5038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5038D

Black with #D5038D

Text Example


Text Example

White with #D5038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5038D; }

 p { color: rgb(213,3,141); }

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

background-color css

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

 a { background-color: rgb(213,3,141); }

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

border-color css

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

 span { border-color: rgb(213,3,141); }

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