Html Css Color HEX #DF137D Medium Violet Red

📋 copy color: '#DF137D'

red 223 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #DF137D

Tints of Medium Violet Red #DF137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 60.76%
G = 5.18%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF137D (or 0xDF137D) is known color: Medium Violet Red. HEX triplet: DF, 13 and 7D. RGB value is (223,19,125). Sum of RGB (Red+Green+Blue) = 223+19+125=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF137D is #20EC82. Grayscale: #5B5B5B. Windows color (decimal): -2157699 or 8197087. OLE color: 8197087.

HSL color Cylindrical-coordinate representation of color #DF137D: hue angle of 328.82º 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 #DF137D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 125 -
CMYK 0 0.91 0.44 0.13
HSL 328.82º 0.84% 0.47% -
HSV(B) 328.82º 0.91% 0.87% -
XYZ 34.37 17.63 20.99 -
YUV 92.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 223 19 125 0 0.91 0.44 0.13 328.82 0.84 0.47
Hex DF 13 7D 0 5B 2C D 149 54 2F
Octal 337 23 175 0 133 54 15 511 124 57
Binary 11011111 10011 1111101 0 1011011 101100 1101 101001001 1010100 101111

Color Harmonies of #DF137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF137D

Black with #DF137D

Text Example


Text Example

White with #DF137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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