Html Css Color HEX #D51694 Medium Violet Red

📋 copy color: '#D51694'

red 213 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #D51694

Tints of Medium Violet Red #D51694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 55.61%
G = 5.74%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51694 (or 0xD51694) is known color: Medium Violet Red. HEX triplet: D5, 16 and 94. RGB value is (213,22,148). Sum of RGB (Red+Green+Blue) = 213+22+148=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51694 is #2AE96B. Grayscale: #5D5D5D. Windows color (decimal): -2812268 or 9705173. OLE color: 9705173.

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

Color convert

RGB 213 22 148 -
CMYK 0 0.90 0.31 0.16
HSL 320.42º 0.81% 0.46% -
HSV(B) 320.42º 0.9% 0.84% -
XYZ 33.07 16.86 29.53 -
YUV 93.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 213 22 148 0 0.90 0.31 0.16 320.42 0.81 0.46
Hex D5 16 94 0 5A 1F 10 140 51 2E
Octal 325 26 224 0 132 37 20 500 121 56
Binary 11010101 10110 10010100 0 1011010 11111 10000 101000000 1010001 101110

Color Harmonies of #D51694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51694

Black with #D51694

Text Example


Text Example

White with #D51694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51694; }

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

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

background-color css

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

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

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

border-color css

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

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

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