Html Css Color HEX #D51693 Medium Violet Red

📋 copy color: '#D51693'

red 213 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D51693

Tints of Medium Violet Red #D51693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 55.76%
G = 5.76%
B = 38.48%

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

#D51693 (or 0xD51693) is known color: Medium Violet Red. HEX triplet: D5, 16 and 93. RGB value is (213,22,147). Sum of RGB (Red+Green+Blue) = 213+22+147=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D51693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51693 is #2AE96C. Grayscale: #5D5D5D. Windows color (decimal): -2812269 or 9639637. OLE color: 9639637.

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

Color convert

RGB 213 22 147 -
CMYK 0 0.90 0.31 0.16
HSL 320.73º 0.81% 0.46% -
HSV(B) 320.73º 0.9% 0.84% -
XYZ 32.99 16.83 29.11 -
YUV 93.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 213 22 147 0 0.90 0.31 0.16 320.73 0.81 0.46
Hex D5 16 93 0 5A 1F 10 141 51 2E
Octal 325 26 223 0 132 37 20 501 121 56
Binary 11010101 10110 10010011 0 1011010 11111 10000 101000001 1010001 101110

Color Harmonies of #D51693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51693

Black with #D51693

Text Example


Text Example

White with #D51693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51693; }

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

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

background-color css

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

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

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

border-color css

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

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

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