Html Css Color HEX #D5037B Medium Violet Red

📋 copy color: '#D5037B'

red 213 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #D5037B

Tints of Medium Violet Red #D5037B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 62.83%
G = 0.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5037B (or 0xD5037B) is known color: Medium Violet Red. HEX triplet: D5, 03 and 7B. RGB value is (213,3,123). Sum of RGB (Red+Green+Blue) = 213+3+123=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5037B is #2AFC84. Grayscale: #4F4F4F. Windows color (decimal): -2817157 or 8061909. OLE color: 8061909.

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

Color convert

RGB 213 3 123 -
CMYK 0 0.99 0.42 0.16
HSL 325.71º 0.97% 0.42% -
HSV(B) 325.71º 0.99% 0.84% -
XYZ 31.05 15.64 20.12 -
YUV 79.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 213 3 123 0 0.99 0.42 0.16 325.71 0.97 0.42
Hex D5 3 7B 0 63 2A 10 146 61 2A
Octal 325 3 173 0 143 52 20 506 141 52
Binary 11010101 11 1111011 0 1100011 101010 10000 101000110 1100001 101010

Color Harmonies of #D5037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5037B

Black with #D5037B

Text Example


Text Example

White with #D5037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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