Html Css Color HEX #DF1696 Medium Violet Red

📋 copy color: '#DF1696'

red 223 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #DF1696

Tints of Medium Violet Red #DF1696

RGB

 RED value IS 223 (87.5% from 255) = 56.46%

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 56.46%
G = 5.57%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF1696 (or 0xDF1696) is known color: Medium Violet Red. HEX triplet: DF, 16 and 96. RGB value is (223,22,150). Sum of RGB (Red+Green+Blue) = 223+22+150=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1696 is #20E969. Grayscale: #606060. Windows color (decimal): -2156906 or 9836255. OLE color: 9836255.

HSL color Cylindrical-coordinate representation of color #DF1696: hue angle of 321.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1696 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 150 -
CMYK 0 0.90 0.33 0.13
HSL 321.79º 0.82% 0.48% -
HSV(B) 321.79º 0.9% 0.87% -
XYZ 36.22 18.46 30.51 -
YUV 96.69 158.09 218.09 -
System Red Green Blue C M Y K H S L
Decimal 223 22 150 0 0.90 0.33 0.13 321.79 0.82 0.48
Hex DF 16 96 0 5A 21 D 142 52 30
Octal 337 26 226 0 132 41 15 502 122 60
Binary 11011111 10110 10010110 0 1011010 100001 1101 101000010 1010010 110000

Color Harmonies of #DF1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1696

Black with #DF1696

Text Example


Text Example

White with #DF1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1696; }

 p { color: rgb(223,22,150); }

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

background-color css

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

 a { background-color: rgb(223,22,150); }

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

border-color css

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

 span { border-color: rgb(223,22,150); }

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