Html Css Color HEX #DF1896 Medium Violet Red

📋 copy color: '#DF1896'

red 223 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #DF1896

Tints of Medium Violet Red #DF1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

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

R = 56.17%
G = 6.05%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF1896 (or 0xDF1896) is known color: Medium Violet Red. HEX triplet: DF, 18 and 96. RGB value is (223,24,150). Sum of RGB (Red+Green+Blue) = 223+24+150=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1896 is #20E769. Grayscale: #616161. Windows color (decimal): -2156394 or 9836767. OLE color: 9836767.

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

Color convert

RGB 223 24 150 -
CMYK 0 0.89 0.33 0.13
HSL 322.01º 0.81% 0.48% -
HSV(B) 322.01º 0.89% 0.87% -
XYZ 36.26 18.54 30.52 -
YUV 97.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 223 24 150 0 0.89 0.33 0.13 322.01 0.81 0.48
Hex DF 18 96 0 59 21 D 142 51 30
Octal 337 30 226 0 131 41 15 502 121 60
Binary 11011111 11000 10010110 0 1011001 100001 1101 101000010 1010001 110000

Color Harmonies of #DF1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1896

Black with #DF1896

Text Example


Text Example

White with #DF1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1896; }

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

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

background-color css

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

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

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

border-color css

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

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

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