Html Css Color HEX #DF1592 Medium Violet Red

📋 copy color: '#DF1592'

red 223 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #DF1592

Tints of Medium Violet Red #DF1592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 57.18%
G = 5.38%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF1592 (or 0xDF1592) is known color: Medium Violet Red. HEX triplet: DF, 15 and 92. RGB value is (223,21,146). Sum of RGB (Red+Green+Blue) = 223+21+146=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1592 is #20EA6D. Grayscale: #5F5F5F. Windows color (decimal): -2157166 or 9573855. OLE color: 9573855.

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

Color convert

RGB 223 21 146 -
CMYK 0 0.91 0.35 0.13
HSL 322.87º 0.83% 0.48% -
HSV(B) 322.87º 0.91% 0.87% -
XYZ 35.89 18.3 28.83 -
YUV 95.65 156.42 218.84 -
System Red Green Blue C M Y K H S L
Decimal 223 21 146 0 0.91 0.35 0.13 322.87 0.83 0.48
Hex DF 15 92 0 5B 23 D 143 53 30
Octal 337 25 222 0 133 43 15 503 123 60
Binary 11011111 10101 10010010 0 1011011 100011 1101 101000011 1010011 110000

Color Harmonies of #DF1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1592

Black with #DF1592

Text Example


Text Example

White with #DF1592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1592; }

 p { color: rgb(223,21,146); }

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

background-color css

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

 a { background-color: rgb(223,21,146); }

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

border-color css

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

 span { border-color: rgb(223,21,146); }

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