Html Css Color HEX #D5038A Medium Violet Red

📋 copy color: '#D5038A'

red 213 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D5038A

Tints of Medium Violet Red #D5038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 60.17%
G = 0.85%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5038A (or 0xD5038A) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8A. RGB value is (213,3,138). Sum of RGB (Red+Green+Blue) = 213+3+138=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038A is #2AFC75. Grayscale: #505050. Windows color (decimal): -2817142 or 9044949. OLE color: 9044949.

HSL color Cylindrical-coordinate representation of color #D5038A: hue angle of 321.43º 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 #D5038A is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 138 -
CMYK 0 0.99 0.35 0.16
HSL 321.43º 0.97% 0.42% -
HSV(B) 321.43º 0.99% 0.84% -
XYZ 32.06 16.05 25.45 -
YUV 81.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 213 3 138 0 0.99 0.35 0.16 321.43 0.97 0.42
Hex D5 3 8A 0 63 23 10 141 61 2A
Octal 325 3 212 0 143 43 20 501 141 52
Binary 11010101 11 10001010 0 1100011 100011 10000 101000001 1100001 101010

Color Harmonies of #D5038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5038A

Black with #D5038A

Text Example


Text Example

White with #D5038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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