Html Css Color HEX #D5047B Medium Violet Red

📋 copy color: '#D5047B'

red 213 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #D5047B

Tints of Medium Violet Red #D5047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 62.65%
G = 1.18%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5047B (or 0xD5047B) is known color: Medium Violet Red. HEX triplet: D5, 04 and 7B. RGB value is (213,4,123). Sum of RGB (Red+Green+Blue) = 213+4+123=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5047B is #2AFB84. Grayscale: #4F4F4F. Windows color (decimal): -2816901 or 8062165. OLE color: 8062165.

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

Color convert

RGB 213 4 123 -
CMYK 0 0.98 0.42 0.16
HSL 325.84º 0.96% 0.43% -
HSV(B) 325.84º 0.98% 0.84% -
XYZ 31.06 15.66 20.13 -
YUV 80.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 213 4 123 0 0.98 0.42 0.16 325.84 0.96 0.43
Hex D5 4 7B 0 62 2A 10 146 60 2B
Octal 325 4 173 0 142 52 20 506 140 53
Binary 11010101 100 1111011 0 1100010 101010 10000 101000110 1100000 101011

Color Harmonies of #D5047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5047B

Black with #D5047B

Text Example


Text Example

White with #D5047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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