Html Css Color HEX #DF037A Medium Violet Red

📋 copy color: '#DF037A'

red 223 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #DF037A

Tints of Medium Violet Red #DF037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 64.08%
G = 0.86%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF037A (or 0xDF037A) is known color: Medium Violet Red. HEX triplet: DF, 03 and 7A. RGB value is (223,3,122). Sum of RGB (Red+Green+Blue) = 223+3+122=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF037A is #20FC85. Grayscale: #525252. Windows color (decimal): -2161798 or 7996383. OLE color: 7996383.

HSL color Cylindrical-coordinate representation of color #DF037A: hue angle of 327.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF037A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 122 -
CMYK 0 0.99 0.45 0.13
HSL 327.55º 0.97% 0.44% -
HSV(B) 327.55º 0.99% 0.87% -
XYZ 33.98 17.16 19.93 -
YUV 82.35 150.39 228.32 -
System Red Green Blue C M Y K H S L
Decimal 223 3 122 0 0.99 0.45 0.13 327.55 0.97 0.44
Hex DF 3 7A 0 63 2D D 148 61 2C
Octal 337 3 172 0 143 55 15 510 141 54
Binary 11011111 11 1111010 0 1100011 101101 1101 101001000 1100001 101100

Color Harmonies of #DF037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF037A

Black with #DF037A

Text Example


Text Example

White with #DF037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF037A; }

 p { color: rgb(223,3,122); }

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

background-color css

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

 a { background-color: rgb(223,3,122); }

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

border-color css

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

 span { border-color: rgb(223,3,122); }

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