Html Css Color HEX #D91693 Medium Violet Red

📋 copy color: '#D91693'

red 217 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D91693

Tints of Medium Violet Red #D91693

RGB

 RED value IS 217 (85.16% from 255) = 56.22%

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

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

R = 56.22%
G = 5.7%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91693 (or 0xD91693) is known color: Medium Violet Red. HEX triplet: D9, 16 and 93. RGB value is (217,22,147). Sum of RGB (Red+Green+Blue) = 217+22+147=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D91693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91693 is #26E96C. Grayscale: #5E5E5E. Windows color (decimal): -2550125 or 9639641. OLE color: 9639641.

HSL color Cylindrical-coordinate representation of color #D91693: hue angle of 321.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91693 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 147 -
CMYK 0 0.90 0.32 0.15
HSL 321.54º 0.82% 0.47% -
HSV(B) 321.54º 0.9% 0.85% -
XYZ 34.17 17.43 29.17 -
YUV 94.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 217 22 147 0 0.90 0.32 0.15 321.54 0.82 0.47
Hex D9 16 93 0 5A 20 F 142 52 2F
Octal 331 26 223 0 132 40 17 502 122 57
Binary 11011001 10110 10010011 0 1011010 100000 1111 101000010 1010010 101111

Color Harmonies of #D91693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91693

Black with #D91693

Text Example


Text Example

White with #D91693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91693; }

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

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

background-color css

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

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

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

border-color css

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

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

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