Html Css Color HEX #DF1395 Medium Violet Red

📋 copy color: '#DF1395'

red 223 ◦ green 19 ◦ blue 149

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

Shades of Medium Violet Red #DF1395

Tints of Medium Violet Red #DF1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 57.03%
G = 4.86%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF1395 (or 0xDF1395) is known color: Medium Violet Red. HEX triplet: DF, 13 and 95. RGB value is (223,19,149). Sum of RGB (Red+Green+Blue) = 223+19+149=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1395 is #20EC6A. Grayscale: #5E5E5E. Windows color (decimal): -2157675 or 9769951. OLE color: 9769951.

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

Color convert

RGB 223 19 149 -
CMYK 0 0.91 0.33 0.13
HSL 321.76º 0.84% 0.47% -
HSV(B) 321.76º 0.91% 0.87% -
XYZ 36.09 18.32 30.07 -
YUV 94.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 223 19 149 0 0.91 0.33 0.13 321.76 0.84 0.47
Hex DF 13 95 0 5B 21 D 142 54 2F
Octal 337 23 225 0 133 41 15 502 124 57
Binary 11011111 10011 10010101 0 1011011 100001 1101 101000010 1010100 101111

Color Harmonies of #DF1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1395

Black with #DF1395

Text Example


Text Example

White with #DF1395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1395; }

 p { color: rgb(223,19,149); }

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

background-color css

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

 a { background-color: rgb(223,19,149); }

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

border-color css

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

 span { border-color: rgb(223,19,149); }

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