Html Css Color HEX #DF1283 Medium Violet Red

📋 copy color: '#DF1283'

red 223 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #DF1283

Tints of Medium Violet Red #DF1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 59.95%
G = 4.84%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF1283 (or 0xDF1283) is known color: Medium Violet Red. HEX triplet: DF, 12 and 83. RGB value is (223,18,131). Sum of RGB (Red+Green+Blue) = 223+18+131=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1283 is #20ED7C. Grayscale: #5B5B5B. Windows color (decimal): -2157949 or 8590047. OLE color: 8590047.

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

Color convert

RGB 223 18 131 -
CMYK 0 0.92 0.41 0.13
HSL 326.93º 0.85% 0.47% -
HSV(B) 326.93º 0.92% 0.87% -
XYZ 34.74 17.76 23.07 -
YUV 92.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 223 18 131 0 0.92 0.41 0.13 326.93 0.85 0.47
Hex DF 12 83 0 5C 29 D 147 55 2F
Octal 337 22 203 0 134 51 15 507 125 57
Binary 11011111 10010 10000011 0 1011100 101001 1101 101000111 1010101 101111

Color Harmonies of #DF1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1283

Black with #DF1283

Text Example


Text Example

White with #DF1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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