Html Css Color HEX #D5038F Medium Violet Red

📋 copy color: '#D5038F'

red 213 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #D5038F

Tints of Medium Violet Red #D5038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 59.33%
G = 0.84%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5038F (or 0xD5038F) is known color: Medium Violet Red. HEX triplet: D5, 03 and 8F. RGB value is (213,3,143). Sum of RGB (Red+Green+Blue) = 213+3+143=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5038F is #2AFC70. Grayscale: #515151. Windows color (decimal): -2817137 or 9372629. OLE color: 9372629.

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

Color convert

RGB 213 3 143 -
CMYK 0 0.99 0.33 0.16
HSL 320º 0.97% 0.42% -
HSV(B) 320º 0.99% 0.84% -
XYZ 32.43 16.19 27.4 -
YUV 81.75 162.57 221.62 -
System Red Green Blue C M Y K H S L
Decimal 213 3 143 0 0.99 0.33 0.16 320 0.97 0.42
Hex D5 3 8F 0 63 21 10 140 61 2A
Octal 325 3 217 0 143 41 20 500 141 52
Binary 11010101 11 10001111 0 1100011 100001 10000 101000000 1100001 101010

Color Harmonies of #D5038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5038F

Black with #D5038F

Text Example


Text Example

White with #D5038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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