Html Css Color HEX #D50674 Medium Violet Red

📋 copy color: '#D50674'

red 213 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #D50674

Tints of Medium Violet Red #D50674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 63.58%
G = 1.79%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50674 (or 0xD50674) is known color: Medium Violet Red. HEX triplet: D5, 06 and 74. RGB value is (213,6,116). Sum of RGB (Red+Green+Blue) = 213+6+116=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D50674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50674 is #2AF98B. Grayscale: #505050. Windows color (decimal): -2816396 or 7603925. OLE color: 7603925.

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

Color convert

RGB 213 6 116 -
CMYK 0 0.97 0.46 0.16
HSL 328.12º 0.95% 0.43% -
HSV(B) 328.12º 0.97% 0.84% -
XYZ 30.66 15.54 17.91 -
YUV 80.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 213 6 116 0 0.97 0.46 0.16 328.12 0.95 0.43
Hex D5 6 74 0 61 2E 10 148 5F 2B
Octal 325 6 164 0 141 56 20 510 137 53
Binary 11010101 110 1110100 0 1100001 101110 10000 101001000 1011111 101011

Color Harmonies of #D50674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50674

Black with #D50674

Text Example


Text Example

White with #D50674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50674; }

 p { color: rgb(213,6,116); }

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

background-color css

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

 a { background-color: rgb(213,6,116); }

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

border-color css

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

 span { border-color: rgb(213,6,116); }

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