Html Css Color HEX #D91694 Medium Violet Red

📋 copy color: '#D91694'

red 217 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #D91694

Tints of Medium Violet Red #D91694

RGB

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

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

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

R = 56.07%
G = 5.68%
B = 38.24%

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

#D91694 (or 0xD91694) is known color: Medium Violet Red. HEX triplet: D9, 16 and 94. RGB value is (217,22,148). Sum of RGB (Red+Green+Blue) = 217+22+148=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D91694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91694 is #26E96B. Grayscale: #5E5E5E. Windows color (decimal): -2550124 or 9705177. OLE color: 9705177.

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

Color convert

RGB 217 22 148 -
CMYK 0 0.90 0.32 0.15
HSL 321.23º 0.82% 0.47% -
HSV(B) 321.23º 0.9% 0.85% -
XYZ 34.25 17.46 29.58 -
YUV 94.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 217 22 148 0 0.90 0.32 0.15 321.23 0.82 0.47
Hex D9 16 94 0 5A 20 F 141 52 2F
Octal 331 26 224 0 132 40 17 501 122 57
Binary 11011001 10110 10010100 0 1011010 100000 1111 101000001 1010010 101111

Color Harmonies of #D91694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91694

Black with #D91694

Text Example


Text Example

White with #D91694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91694; }

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

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

background-color css

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

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

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

border-color css

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

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

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