Html Css Color HEX #D51674 Medium Violet Red

📋 copy color: '#D51674'

red 213 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #D51674

Tints of Medium Violet Red #D51674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

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

R = 60.68%
G = 6.27%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51674 (or 0xD51674) is known color: Medium Violet Red. HEX triplet: D5, 16 and 74. RGB value is (213,22,116). Sum of RGB (Red+Green+Blue) = 213+22+116=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51674 is #2AE98B. Grayscale: #595959. Windows color (decimal): -2812300 or 7608021. OLE color: 7608021.

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

Color convert

RGB 213 22 116 -
CMYK 0 0.90 0.46 0.16
HSL 330.47º 0.81% 0.46% -
HSV(B) 330.47º 0.9% 0.84% -
XYZ 30.88 15.98 17.98 -
YUV 89.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 213 22 116 0 0.90 0.46 0.16 330.47 0.81 0.46
Hex D5 16 74 0 5A 2E 10 14A 51 2E
Octal 325 26 164 0 132 56 20 512 121 56
Binary 11010101 10110 1110100 0 1011010 101110 10000 101001010 1010001 101110

Color Harmonies of #D51674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51674

Black with #D51674

Text Example


Text Example

White with #D51674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51674; }

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

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

background-color css

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

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

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

border-color css

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

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

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