Html Css Color HEX #DF128F Medium Violet Red

📋 copy color: '#DF128F'

red 223 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #DF128F

Tints of Medium Violet Red #DF128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 58.07%
G = 4.69%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF128F (or 0xDF128F) is known color: Medium Violet Red. HEX triplet: DF, 12 and 8F. RGB value is (223,18,143). Sum of RGB (Red+Green+Blue) = 223+18+143=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF128F is #20ED70. Grayscale: #5D5D5D. Windows color (decimal): -2157937 or 9376479. OLE color: 9376479.

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

Color convert

RGB 223 18 143 -
CMYK 0 0.92 0.36 0.13
HSL 323.41º 0.85% 0.47% -
HSV(B) 323.41º 0.92% 0.87% -
XYZ 35.61 18.1 27.6 -
YUV 93.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 223 18 143 0 0.92 0.36 0.13 323.41 0.85 0.47
Hex DF 12 8F 0 5C 24 D 143 55 2F
Octal 337 22 217 0 134 44 15 503 125 57
Binary 11011111 10010 10001111 0 1011100 100100 1101 101000011 1010101 101111

Color Harmonies of #DF128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF128F

Black with #DF128F

Text Example


Text Example

White with #DF128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF128F; }

 p { color: rgb(223,18,143); }

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

background-color css

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

 a { background-color: rgb(223,18,143); }

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

border-color css

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

 span { border-color: rgb(223,18,143); }

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