Html Css Color HEX #DF127D Medium Violet Red

📋 copy color: '#DF127D'

red 223 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #DF127D

Tints of Medium Violet Red #DF127D

RGB

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

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

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

R = 60.93%
G = 4.92%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF127D (or 0xDF127D) is known color: Medium Violet Red. HEX triplet: DF, 12 and 7D. RGB value is (223,18,125). Sum of RGB (Red+Green+Blue) = 223+18+125=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF127D is #20ED82. Grayscale: #5B5B5B. Windows color (decimal): -2157955 or 8196831. OLE color: 8196831.

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

Color convert

RGB 223 18 125 -
CMYK 0 0.92 0.44 0.13
HSL 328.68º 0.85% 0.47% -
HSV(B) 328.68º 0.92% 0.87% -
XYZ 34.35 17.6 20.99 -
YUV 91.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 223 18 125 0 0.92 0.44 0.13 328.68 0.85 0.47
Hex DF 12 7D 0 5C 2C D 149 55 2F
Octal 337 22 175 0 134 54 15 511 125 57
Binary 11011111 10010 1111101 0 1011100 101100 1101 101001001 1010101 101111

Color Harmonies of #DF127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF127D

Black with #DF127D

Text Example


Text Example

White with #DF127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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